src/Builder4/ValaCompileErrors.bjs
authorAlan <alan@roojs.com>
Fri, 9 Feb 2024 05:51:22 +0000 (13:51 +0800)
committerAlan <alan@roojs.com>
Fri, 9 Feb 2024 05:51:22 +0000 (13:51 +0800)
src/Builder4/ValaCompileErrors.vala

src/Builder4/ValaCompileErrors.bjs
src/Builder4/ValaCompileErrors.vala

index 3ae7261..ca9a537 100644 (file)
    ],
    "| void updateNotices" : [
     "( GLib.ListStore? ls) {",
-    "\tGLib.debug(\"errors  : update\");",
+    "\t//GLib.debug(\"errors  : update\");",
     "    if (ls == null || ls.get_n_items() < 1) {",
     " \t//    GLib.debug(\"errors  : none available\");",
     "    \treturn;",
index caf2d65..cea0483 100644 (file)
@@ -44,7 +44,7 @@ public class Xcls_ValaCompileErrors : Object
 
        // user defined functions
        public void updateNotices ( GLib.ListStore? ls) {
-               GLib.debug("errors  : update");
+               //GLib.debug("errors  : update");
            if (ls == null || ls.get_n_items() < 1) {
                //    GLib.debug("errors  : none available");
                return;