Skip to content

Commit

Permalink
Removed console log.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecao committed Oct 17, 2023
1 parent 446bb86 commit cb03ddb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/trigger/PopupTrigger.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ export function PopupTrigger(props: PopupTriggerProps) {
const hoverEnabled = !disabled && action === 'hover';
const [triggerElement, popupElement] = children;

console.log({ triggerElement, popupElement });

useKeyDown('Escape', () => setShow(false));

useDocumentClick(
Expand Down

0 comments on commit cb03ddb

Please sign in to comment.