Fix #8028 - language server performance, fix warnings and critical errors
[roobuilder] / src / Palete / GirObject.vala
index 5a8361c..f9589f6 100644 (file)
@@ -351,7 +351,7 @@ namespace Palete {
 
  
                public GirObject? fetchByFqn(string fqn) {
-                       GLib.debug("Searching (%s)%s for %s\n", this.nodetype, this.name, fqn);
+                       //                      GLib.debug("Searching (%s)%s for %s", this.nodetype, this.name, fqn);
                        var bits = fqn.split(".");
                        
                        var ret = this.classes.get(bits[0]);