Comment out console.log() call

This commit is contained in:
Aleksander Machniak 2015-02-19 09:56:30 +01:00
parent 12b7bd8856
commit a6c9c36ea8

View file

@ -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')) {