Skip to content

Commit edc2721

Browse files
committed
Remove console.log
1 parent 067eeb4 commit edc2721

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/shared/tooltip/Tooltip.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ export const Tooltip = ({ children, content, duration = 1000, position = 'bottom
8888
if (mounted) {
8989
const targetRect = target.getBoundingClientRect();
9090
const tooltipRect = tooltip.getBoundingClientRect();
91-
console.log(targetRect);
9291
const calcPosition = positionMap[position];
9392
setCoords(calcPosition({ targetRect, tooltipRect, offset: 5 }));
9493
}

0 commit comments

Comments
 (0)