refactor: delete debug console.log call

This commit is contained in:
Devessier 2024-11-12 18:48:46 +01:00
parent 02923284c4
commit cfe6c01e01

View File

@ -88,8 +88,6 @@ export const useSetHotkeyScope = () =>
set(internalHotkeysEnabledScopesState, scopesToSet);
set(currentHotkeyScopeState, newHotkeyScope);
console.log(scopesToSet);
},
[],
);