Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas committed Aug 18, 2023
1 parent 1297869 commit 09c2e57
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ export function GroupingSelector({
const selectorRef = useRef(null);

useOutsideClick(
(e, a) => {
console.log('outside click', a);
() => {
close();
},
popoverRef,
Expand Down

0 comments on commit 09c2e57

Please sign in to comment.