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

index 7a45562..4e490b0 100644 (file)
@@ -107,7 +107,7 @@ namespace Palete {
                                this.is_overlaid = true;
                                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) {