diff --git a/frontends/ycdl_flask/static/js/hotkeys.js b/frontends/ycdl_flask/static/js/hotkeys.js index e29e657..b595791 100644 --- a/frontends/ycdl_flask/static/js/hotkeys.js +++ b/frontends/ycdl_flask/static/js/hotkeys.js @@ -73,7 +73,7 @@ function hotkeys_listener(event) { if (hotkeys.should_prevent_hotkey(event)) { return; } identifier = hotkeys.hotkey_identifier(event.key, event.ctrlKey, event.shiftKey, event.altKey); - console.log(identifier); + //console.log(identifier); if (identifier in hotkeys.HOTKEYS) { hotkeys.HOTKEYS[identifier]["action"]();