Roo/bootstrap/Table.js
authorEdward <edward@roojs.com>
Fri, 10 Jul 2015 09:31:32 +0000 (17:31 +0800)
committerEdward <edward@roojs.com>
Fri, 10 Jul 2015 09:31:32 +0000 (17:31 +0800)
Roo/bootstrap/Table.js

index 25a8e37..01d404c 100644 (file)
@@ -344,9 +344,6 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
         var cellIndex = cell.dom.cellIndex;
         var rowIndex = this.getRowIndex(row);
         
-        Roo.log('getRowINdex');
-        Roo.log(rowIndex);
-        
         if(this.CellSelection){
             this.fireEvent('cellclick', this, cell, rowIndex, cellIndex, e);
         }