diff options
author | Struan Donald <struan@exo.org.uk> | 2013-09-16 17:03:42 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-09-16 17:03:42 +0100 |
commit | 38549e526d94d4c7dac7671ea38d861b36734cfb (patch) | |
tree | 6caea19c2c2364a2dcbb20a2a0a2e96164901285 | |
parent | 6ee7d197f163db2020e5a315a33afc1db4fe977e (diff) |
remove debug code
-rw-r--r-- | src/js/softkeyboard.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/js/softkeyboard.js b/src/js/softkeyboard.js index adffc2f..9b71d46 100644 --- a/src/js/softkeyboard.js +++ b/src/js/softkeyboard.js @@ -10,7 +10,6 @@ }; SoftKeyBoard.prototype.hide = function(win, fail) { - console.log('hiding keyboard'); return cordova.exec( function (args) { if(win !== undefined) { win(args); } }, function (args) { if(fail !== undefined) { fail(args); } }, |