diff --git a/frontend/app/components/Session/Player/ReplayPlayer/useShortcuts.ts b/frontend/app/components/Session/Player/ReplayPlayer/useShortcuts.ts index 1b08c19a3..0c7e8fdb2 100644 --- a/frontend/app/components/Session/Player/ReplayPlayer/useShortcuts.ts +++ b/frontend/app/components/Session/Player/ReplayPlayer/useShortcuts.ts @@ -53,8 +53,6 @@ function useShortcuts({ ) { return false; } else { - console.log(e); - // shift + f = fullscreenOn if (e.shiftKey) { e.preventDefault(); player.toggleInspectorMode(false);