mirror of
https://github.com/lingble/twenty.git
synced 2025-10-29 20:02:29 +00:00
refactor: delete debug console.log call
This commit is contained in:
@@ -88,8 +88,6 @@ export const useSetHotkeyScope = () =>
|
|||||||
|
|
||||||
set(internalHotkeysEnabledScopesState, scopesToSet);
|
set(internalHotkeysEnabledScopesState, scopesToSet);
|
||||||
set(currentHotkeyScopeState, newHotkeyScope);
|
set(currentHotkeyScopeState, newHotkeyScope);
|
||||||
|
|
||||||
console.log(scopesToSet);
|
|
||||||
},
|
},
|
||||||
[],
|
[],
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user