remove debug code

This commit is contained in:
Robert Krahn 2013-03-16 18:39:47 -07:00
commit 0bbfdafec3

View file

@ -155,10 +155,6 @@ oop.inherits(IncrementalSearchKeyboardHandler, HashHandler);
var handleKeyboard$super = this.handleKeyboard;
this.handleKeyboard = function(data, hashId, key, keyCode) {
console.log("data: " + data
+ ", hashId: " + hashId
+ ", key: " + key
+ ", keyCode: " + keyCode);
var cmd = handleKeyboard$super.call(this, data, hashId, key, keyCode);
if (cmd.command) { return cmd; }
if (hashId == -1) {