diff --git a/packages/twenty-front/src/modules/ui/utilities/hotkey/hooks/useScopedHotkeyCallback.ts b/packages/twenty-front/src/modules/ui/utilities/hotkey/hooks/useScopedHotkeyCallback.ts index 7ec2ad718..74ea22e95 100644 --- a/packages/twenty-front/src/modules/ui/utilities/hotkey/hooks/useScopedHotkeyCallback.ts +++ b/packages/twenty-front/src/modules/ui/utilities/hotkey/hooks/useScopedHotkeyCallback.ts @@ -5,7 +5,7 @@ import { logDebug } from '~/utils/logDebug'; import { internalHotkeysEnabledScopesState } from '../states/internal/internalHotkeysEnabledScopesState'; -const DEBUG_HOTKEY_SCOPE = true; +const DEBUG_HOTKEY_SCOPE = false; export const useScopedHotkeyCallback = () => useRecoilCallback(