Pman.js
authoredward <edward@roojs.com>
Fri, 8 Jul 2016 05:50:49 +0000 (13:50 +0800)
committeredward <edward@roojs.com>
Fri, 8 Jul 2016 05:50:49 +0000 (13:50 +0800)
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;
                 }