remove debug code
This commit is contained in:
parent
6fcebcf1e9
commit
0bbfdafec3
1 changed files with 0 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue