Skip to content

Commit

Permalink
refactor: delete debug console.log call
Browse files Browse the repository at this point in the history
  • Loading branch information
Devessier committed Nov 12, 2024
1 parent 0292328 commit cfe6c01
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ export const useSetHotkeyScope = () =>

set(internalHotkeysEnabledScopesState, scopesToSet);
set(currentHotkeyScopeState, newHotkeyScope);

console.log(scopesToSet);
},
[],
);

0 comments on commit cfe6c01

Please sign in to comment.