Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
spaaaacccee committed Dec 19, 2023
1 parent 45f93ff commit 12fdef1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/hooks/useBreakpoints.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ export function useBreakpoints(key?: string) {
events,
node: trees[step],
});
console.log(active, isType, match(), condition);
if (active && isType && match()) {
return condition?.needsReference
? {
Expand Down

0 comments on commit 12fdef1

Please sign in to comment.