# HG changeset patch # User Thinker K.F. Li # Date 1285481400 -28800 # Node ID 0a4b92e4ff757c603857e284bcc842246a60a95d # Parent 143ac14c3ce97e1eeddc8ce4db1a02cd98977c70 Remove unused debug message diff -r 143ac14c3ce9 -r 0a4b92e4ff75 nodejs/mbapp.js --- a/nodejs/mbapp.js Sun Sep 26 14:09:16 2010 +0800 +++ b/nodejs/mbapp.js Sun Sep 26 14:10:00 2010 +0800 @@ -106,7 +106,6 @@ } app.prototype.KeyPress = function(evt) { - sys.puts(evt.sym); if (this.onKeyPress) this.onKeyPress(evt.sym); if (evt.sym in this.keymap) this.keymap[evt.sym](); }