fix #7755 - hide unused template strings
[Pman.Admin] / Pman.Tab.AdminLogs.js
index 5cc00fb..4ca7252 100644 (file)
@@ -17,7 +17,7 @@ Pman.Tab.AdminLogs = new Roo.XComponent({
   name     : "Logs",
   disabled : false, 
   permname : '', 
-  _tree : function()
+  _tree : function(_data)
   {
    var _this = this;
    var MODULE = this;
@@ -31,7 +31,6 @@ Pman.Tab.AdminLogs = new Roo.XComponent({
     activate : function (_self)
      {
          var cr = this.layout.getRegion('center');
-         Roo.log(cr);
          if (cr) {
              cr.showPanel(cr.activePanel);
          }