diff --git a/plugins/kolab_shortcuts/kolab_shortcuts.js b/plugins/kolab_shortcuts/kolab_shortcuts.js index 4111fa78..07d10395 100644 --- a/plugins/kolab_shortcuts/kolab_shortcuts.js +++ b/plugins/kolab_shortcuts/kolab_shortcuts.js @@ -203,7 +203,7 @@ var kolab_shortcuts_keypress = function(e) { var i, handler, key = e.which, alt = e.altKey, ctrl = e.ctrlKey; - console.log(e.which); + //console.log(e.which); // do nothing on input elements if ($(e.target).is('textarea,input')) {