From a6c9c36ea81ad0288582fe88f68fb93f74b2d88c Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 19 Feb 2015 09:56:30 +0100 Subject: [PATCH] Comment out console.log() call --- plugins/kolab_shortcuts/kolab_shortcuts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')) {