X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=src%2FPalete%2FGirObject.vala;h=f9589f6f75fd8d641b51d6200bc295e94d620c04;hb=f056fe0b7bb6a76ad57420ee5c806a242c77fb1b;hp=5a8361c62432e75b62cf543ac0d11f93508a7da1;hpb=173617f1a97bfc9af24e73f7da986fd192fd0747;p=roobuilder diff --git a/src/Palete/GirObject.vala b/src/Palete/GirObject.vala index 5a8361c62..f9589f6f7 100644 --- a/src/Palete/GirObject.vala +++ b/src/Palete/GirObject.vala @@ -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]);