DataObjects/I18n.php
[Pman.Core] / Pman.js
diff --git a/Pman.js b/Pman.js
index 9666681..e941d76 100644 (file)
--- a/Pman.js
+++ b/Pman.js
@@ -780,12 +780,6 @@ Pman = new Roo.Document(
         // global supplied by master.html
         appDisabled = typeof(appDisabled) == 'undefined' ? [] : appDisabled;
         
-        if(obj.parent && obj.parent == 'Pman.Tab.Admin'){
-            Roo.log('disable!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!');
-
-            Roo.log(obj);
-        }
-        
         
         /// design flaw
         // previously we did not a good naming policy for module and parts
@@ -799,8 +793,7 @@ Pman = new Roo.Document(
            
            
             if (appDisabled.indexOf(permname) > -1)  {
-                Roo.log(obj);
-                Roo.log(permname + " is Disabled for this site1");
+                Roo.log(permname + " is Disabled for this site");
                 obj.disabled = true;
                 return;
             }
@@ -817,7 +810,7 @@ Pman = new Roo.Document(
         
         
         if (obj.parent === Pman || obj.parent  == 'Pman') {
-            Roo.log("PARENT OF : " + obj.name + " replacing with fake");
+            // Roo.log("PARENT OF : " + obj.name + " replacing with fake");
             obj.parent = Pman.fakeRoot;
         }