Fix #8003 - undo code
[roobuilder] / src / Builder4 / ValaCompileErrors.bjs
index 5e4aeb3..5ec52a2 100644 (file)
     "( GLib.ListStore? ls) {",
     "\tGLib.debug(\"errors  : update\");",
     "    if (ls == null || ls.get_n_items() < 1) {",
-    " \t    GLib.debug(\"errors  : none available\");",
+    " \t//    GLib.debug(\"errors  : none available\");",
     "    \treturn;",
     "\t}",
     "\t",
-    "\tGLib.debug(\"Loading list into tree\");",
+    "\t//GLib.debug(\"Loading list into tree\");",
     "\tthis.tree.el.hide();",
     "\tvar tm = new Gtk.TreeListModel(",
     "\t\tls, //..... << that's our store..",