Roo/bootstrap/Table.js
authorEdward <edward@roojs.com>
Thu, 26 Jul 2018 03:55:53 +0000 (11:55 +0800)
committerEdward <edward@roojs.com>
Thu, 26 Jul 2018 03:55:53 +0000 (11:55 +0800)
Roo/bootstrap/Table.js

index a4746f7..39fec72 100644 (file)
@@ -1142,8 +1142,6 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
     
     onHiddenChange : function(colModel, colIndex, hidden)
     {
-        Roo.log(this.id);
-        
         var thSelector = '#' + this.id + ' .x-hcol-' + colIndex;
         var tdSelector = '#' + this.id + ' .x-col-' + colIndex;