Roo/bootstrap/Table.js
authorEdward <edward@roojs.com>
Tue, 18 Nov 2014 07:24:32 +0000 (15:24 +0800)
committerEdward <edward@roojs.com>
Tue, 18 Nov 2014 07:24:32 +0000 (15:24 +0800)
Roo/bootstrap/Table.js

index 73e12ed..ca3537f 100644 (file)
@@ -60,10 +60,8 @@ Roo.bootstrap.Table = function(config){
          
     }
     if (this.footer && this.store) {
-        Roo.log(this.footer);
         this.footer.dataSource = this.ds;
         this.footer = Roo.factory(this.footer);
-        Roo.log(this.footer);
     }
     
     /** @private */