changeset 889:0a4b92e4ff75 abs_n_rel_center

Remove unused debug message
author Thinker K.F. Li <thinker@codemud.net>
date Sun, 26 Sep 2010 14:10:00 +0800
parents 143ac14c3ce9
children 58a4e9bb8bb7
files nodejs/mbapp.js
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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]();
 }