]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/shortcuts.js
Aligned user preference endpoints in style and behaviour
[bookstack] / resources / js / components / shortcuts.js
index cec8684c80f5b4ccc297fa2e34e3541326c4b15e..4efa3d42b8734458d9f6bc5fa2a782dcaa58702d 100644 (file)
@@ -70,7 +70,6 @@ class Shortcuts {
      */
     runShortcut(id) {
         const el = this.container.querySelector(`[data-shortcut="${id}"]`);
-        console.info('Shortcut run', el);
         if (!el) {
             return false;
         }