Pman.js
[Pman.Core] / Pman.js
diff --git a/Pman.js b/Pman.js
index a86adca..35c17be 100644 (file)
--- a/Pman.js
+++ b/Pman.js
@@ -924,13 +924,10 @@ Pman = new Roo.Document(
                 Roo.log(this);
                 return;
             }
-            Roo.log('run!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!');
-                Roo.log(this);
-                Roo.log(this.permname);
+        
            // honour DEPRICATED permname setings..
            // new code should use PART name, and matching permissions.
             if (this.permname && this.permname.length) {
-                
                 if (!Pman.hasPerm(this.permname, 'S')) {
                     return;
                 }