浏览代码

Remove console.log

zhixin 11 年之前
父节点
当前提交
1bbf7cda18
共有 1 个文件被更改,包括 0 次插入1 次删除
  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) {