Skip to content

Commit

Permalink
Remove console.log().
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrause committed Nov 19, 2024
1 parent 1d389fe commit 3975450
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/overlays/Tooltip/TooltipProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ export const TooltipProvider = (props: TooltipProviderProps) => {
const arrowPos = ((): string | number => {
const placement = activePlacement.split('-')[0] as 'top' | 'right' | 'bottom' | 'left';

console.log(arrow);

switch (placement) {
case 'top':
case 'bottom': {
Expand Down

0 comments on commit 3975450

Please sign in to comment.