Fix #8087 - notebookpage - glade view should ignore if not tab and child
[roobuilder] / src / JsRender / Node.vala
index eea58d3..def3074 100644 (file)
@@ -89,7 +89,8 @@
 
 
 
-public class JsRender.Node : GLib.Object {
+public class JsRender.Node : GLib.Object 
+{
        
 
        public static int uid_count = 0;
@@ -305,7 +306,7 @@ public class JsRender.Node : GLib.Object {
                
                for(var i= 0; i < this.propstore.get_n_items();i++) {
                        var p = (NodeProp) this.propstore.get_item(i);
-                       GLib.debug("prop %s lines %d -> %d", p.name, p.start_line, p.end_line);
+                       //GLib.debug("prop %s lines %d -> %d", p.name, p.start_line, p.end_line);
                        if (p.start_line > line) {
                                continue;
                        }