From 7d5eb8ac798bc3bf5336c2e5dcf989fd425c7b75 Mon Sep 17 00:00:00 2001 From: coderaiaser Date: Tue, 17 Jul 2012 07:17:43 -0700 Subject: [PATCH] removed output for pressed keys --- lib/client/keyBinding.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/client/keyBinding.js b/lib/client/keyBinding.js index 06fcc140..10ebe29b 100644 --- a/lib/client/keyBinding.js +++ b/lib/client/keyBinding.js @@ -14,8 +14,7 @@ CloudCommander.keyBinding=(function(){ * контент снова (js,css) в готовой версии нет * необходимости. * - */ - //console.log(event.keyCode); + */ var lCurrentFile; var lName; /* если клавиши можно обрабатывать*/ @@ -26,7 +25,6 @@ CloudCommander.keyBinding=(function(){ * мы были на левой и * наоборот */ - console.log(event.keyCode); if(event.keyCode===9){ console.log('Tab pressed'); try{