From 0bbfdafec399a646440254c309a87812a9830d90 Mon Sep 17 00:00:00 2001 From: Robert Krahn Date: Sat, 16 Mar 2013 18:39:47 -0700 Subject: [PATCH] remove debug code --- lib/ace/commands/incremental_search_commands.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/ace/commands/incremental_search_commands.js b/lib/ace/commands/incremental_search_commands.js index d7c99feb..1cce3912 100644 --- a/lib/ace/commands/incremental_search_commands.js +++ b/lib/ace/commands/incremental_search_commands.js @@ -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) {