Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewalczak committed Jan 24, 2024
1 parent bf6c580 commit 1abbf10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Tooltip/Tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ const Tooltip = ({
};

const handleTouchStart = () => {
console.log('start');
if (hideTooltipTimer.current.length) {
hideTooltipTimer.current.forEach((t) => clearTimeout(t));
hideTooltipTimer.current = [];
Expand Down

0 comments on commit 1abbf10

Please sign in to comment.