DataObjects/Core_project.php
[Pman.Core] / Pman.js
diff --git a/Pman.js b/Pman.js
index 32cfe3a..f09eeb7 100644 (file)
--- a/Pman.js
+++ b/Pman.js
@@ -938,7 +938,6 @@ Pman = new Roo.Document(
                 }
                 
             }
-            Roo.log(this);
             this.add(this.parent.layout, this.region);
             this.el = this.layout;
             
@@ -956,7 +955,7 @@ Pman = new Roo.Document(
          
         
         // Roo.log("CALLING XComponent register with : " + obj.name);
-        
+        Roo.log(obj);
         // this will call xregister as it's the on.register handler..
         Roo.XComponent.register(obj.isTop ? obj : Roo.apply(obj.module, obj));