Roo/bootstrap/Table.js
authoredward <edward@roojs.com>
Wed, 6 Dec 2017 05:12:15 +0000 (13:12 +0800)
committeredward <edward@roojs.com>
Wed, 6 Dec 2017 05:12:15 +0000 (13:12 +0800)
Roo/bootstrap/Table.js

index 84d35dd..169cad8 100644 (file)
@@ -54,7 +54,6 @@ Roo.bootstrap.Table = function(config){
     Roo.log(config);
     this.sm = config.sm || {xtype: 'RowSelectionModel'};
     if (this.sm) {
-        Roo.log(this.sm);
         this.sm.grid = this;
         this.selModel = Roo.factory(this.sm, Roo.bootstrap.Table);
         this.sm = this.selModel;