src/JsRender/Node.vala
authorAlan Knowles <alan@roojs.com>
Fri, 2 Feb 2024 09:34:05 +0000 (17:34 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 2 Feb 2024 09:34:05 +0000 (17:34 +0800)
src/JsRender/Node.vala

index ab3bfb4..2db715f 100644 (file)
@@ -129,7 +129,7 @@ public class JsRender.Node : GLib.Object {
                        if (this.parent != null) {
                                this.parent.updated_count++;
                        }  else {
-                               GLib.debug("UNDO top node is %d", value);
+                               //GLib.debug("UNDO top node is %d", value);
                                this.version_changed();
                        }
                }