Skip to content

Commit 98fa76f

Browse files
Karthik-B-06kodiakhq[bot]
authored andcommitted
chore(tooltip): 🔇 remove console.log
1 parent 7904b2a commit 98fa76f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/tooltip/TooltipArrow.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ const TooltipArrow: React.FC<TooltipArrowProps> = ({
130130
...additonalArrowStyles,
131131
...arrowProps?.style,
132132
};
133-
console.log(arrowStyles);
134133
if (actualPlacement?.split(" ")[0] === "top") {
135134
return (
136135
<Icon

0 commit comments

Comments
 (0)