Skip to content

Commit

Permalink
refactor(logs): remove log from hide
Browse files Browse the repository at this point in the history
  • Loading branch information
dysfunc committed Dec 18, 2023
1 parent e9cf31d commit 06a0c2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tooltip.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
};
const onHide = () => {
console.log('onHide');
visible = false;
position = initialPosition;
animationEffect = null;
Expand Down

0 comments on commit 06a0c2d

Please sign in to comment.