Skip to content

Commit 06a0c2d

Browse files
committed
refactor(logs): remove log from hide
1 parent e9cf31d commit 06a0c2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tooltip.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@
100100
};
101101
102102
const onHide = () => {
103-
console.log('onHide');
104103
visible = false;
105104
position = initialPosition;
106105
animationEffect = null;

0 commit comments

Comments
 (0)