Pman.Tab.GroupsList.js
authoredward <edward@roojs.com>
Fri, 19 Aug 2016 08:18:25 +0000 (16:18 +0800)
committeredward <edward@roojs.com>
Fri, 19 Aug 2016 08:18:25 +0000 (16:18 +0800)
Pman.Tab.GroupsList.js

index 75f1e94..3b16601 100644 (file)
@@ -155,10 +155,8 @@ Pman.Tab.GroupsList.prototype = {
         this.panel  = parentLayout.add(region,  new Ext.GridPanel(this.grid ,
             { fitToframe: true,fitContainer: true, title: _this.title, id : _this.id, background: true})
         );
-
         this.grid.render();
-
-        Roo.log(['Groups', parentLayout, this.panel, this.grid]);
+        
         
         new Ext.dd.DropTarget(_this.grid.getView().mainBody, {  
             ddGroup : 'groupDD',