diff nodejs/mbapp.js @ 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 3457f2d8b0b8
children 45625c200efe
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]();
 }