src/JsRender/NodeToJs.vala
authorAlan Knowles <alan@roojs.com>
Thu, 2 Jun 2016 07:29:20 +0000 (15:29 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 2 Jun 2016 07:29:20 +0000 (15:29 +0800)
src/JsRender/NodeToJs.vala

index 20a539d..1bdb3b9 100644 (file)
@@ -241,7 +241,7 @@ public class JsRender.NodeToJs : Object {
 
                while(niter.next()) {
                        var addstr = this.mungeChildNew(this.pad + indent_str, niter.get_value());
-                       print("add str: %s\n", addstr);
+                       //print("add str: %s\n", addstr);
                        this.node.setLine(this.cur_line, "p",niter.get_key());
                        this.addLine(this.pad + niter.get_key() + " : " + addstr, ',');