src/Palete/GirObject.vala
authorAlan Knowles <alan@roojs.com>
Thu, 7 May 2015 09:11:30 +0000 (17:11 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 7 May 2015 09:11:30 +0000 (17:11 +0800)
src/Palete/GirObject.vala

index 4a7c021..7b26954 100644 (file)
@@ -108,7 +108,7 @@ namespace Palete {
                                return;
                        }
                         
-                       print("Overlaying " +this.name + " with " + this.parent + "\n");
+                       //print("Overlaying " +this.name + " with " + this.parent + "\n");
 
                        var pcls = this.clsToObject( this.parent);
                        if (pcls == null) {