Pman.js
[Pman.Core] / Pman.js
diff --git a/Pman.js b/Pman.js
index 0a98ea7..7d0adeb 100644 (file)
--- a/Pman.js
+++ b/Pman.js
@@ -933,13 +933,11 @@ Pman = new Roo.Document(
            // honour DEPRICATED permname setings..
            // new code should use PART name, and matching permissions.
             if (this.permname && this.permname.length) {
-                Roo.log(this.permname);
                 if (!Pman.hasPerm(this.permname, 'S')) {
                     return;
                 }
                 
             }
-            Roo.log(this);
             this.add(this.parent.layout, this.region);
             this.el = this.layout;