Builder/LeftPanel.js
authorAlan Knowles <alan@akkbhome.com>
Sun, 16 May 2010 09:23:11 +0000 (17:23 +0800)
committerAlan Knowles <alan@akkbhome.com>
Sun, 16 May 2010 09:23:11 +0000 (17:23 +0800)
Builder/LeftPanel.js

index 2c08954..d57f0f5 100755 (executable)
@@ -390,7 +390,7 @@ LeftPanel = new XObject({
                                 return val;
                             }
                             var type = this.getType(this.el.get_path(iter).to_string());
-                            print("TYPE: " +type + " -  val:" + val);
+                            //print("TYPE: " +type + " -  val:" + val);
                             switch(type.toLowerCase()) {
                                 case 'number':
                                 case 'uint':