Roo/bootstrap/panel/Grid.js
authoredward <edward@roojs.com>
Wed, 6 Dec 2017 05:01:43 +0000 (13:01 +0800)
committeredward <edward@roojs.com>
Wed, 6 Dec 2017 05:01:43 +0000 (13:01 +0800)
Roo/bootstrap/panel/Grid.js

index 9e410f5..113ebdf 100644 (file)
@@ -81,8 +81,7 @@ Roo.bootstrap.panel.Grid = function(config)
   
     // xtype created footer. - not sure if will work as we normally have to render first..
     if (this.footer && !this.footer.el && this.footer.xtype) {
-        Roo.log('get footer!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1');
-        Roo.log(this.footer);
+        
         var ctr = this.grid.getView().getFooterPanel(true);
         this.footer.dataSource = this.grid.dataSource;
         this.footer = Roo.factory(this.footer, Roo);