Skip to content

Commit

Permalink
chore: remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhopperlowe committed Sep 10, 2024
1 parent 03b22ff commit 13a5014
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hooks/useClickOutside.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export function useClickOutside({
!ref.current.contains(e.target as Node) &&
!whitelist?.some((el) => el.contains(e.target as Node))
) {
console.log('fire click outside');
onClickOutside(e);
}
};
Expand Down

0 comments on commit 13a5014

Please sign in to comment.