Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Mar 9, 2021
1 parent 8d9f3f6 commit 09c4a91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/portal/tooltip_portal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ const TooltipPortalComponent = ({
}

const { fallbackPlacements, placement, boundary, offset, boundaryPadding } = popperSettings;
console.log(addToPadding(boundaryPadding, offset || 10))
popper.current = createPopper(anchorNode.current, portalNode.current, {
strategy: 'absolute',
placement,
Expand Down

0 comments on commit 09c4a91

Please sign in to comment.