Skip to content

Commit 1abbf10

Browse files
committed
fix: remove log
1 parent bf6c580 commit 1abbf10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Tooltip/Tooltip.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ const Tooltip = ({
122122
};
123123

124124
const handleTouchStart = () => {
125-
console.log('start');
126125
if (hideTooltipTimer.current.length) {
127126
hideTooltipTimer.current.forEach((t) => clearTimeout(t));
128127
hideTooltipTimer.current = [];

0 commit comments

Comments
 (0)