Browse Source

Remove console.log

zhixin 11 years ago
parent
commit
1bbf7cda18
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/bootstrap-table.js

+ 0 - 1
src/bootstrap-table.js

@@ -718,7 +718,6 @@
 
             that.$selectAll.prop('checked', checkAll);
             row[that.header.stateField] = checked;
-            console.log(that.header.stateField, row);
             that.trigger(checked ? 'check' : 'uncheck', row);
 
             if (that.options.singleSelect) {