Skip to content

Commit f25ef9e

Browse files
committed
removed console log
1 parent 0b57d95 commit f25ef9e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/table/table-header.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ const TableHeader = React.createClass({
120120
children.push(child);
121121
});
122122

123-
console.log('key is ', props.key)
124123
return React.cloneElement(child, props, children);
125124
},
126125

@@ -154,7 +153,7 @@ const TableHeader = React.createClass({
154153

155154
_getSelectAllCheckboxColumn(props) {
156155
if (!this.props.displaySelectAll) return this._getCheckboxPlaceholder(props);
157-
156+
158157
const checkbox =
159158
<Checkbox
160159
key="selectallcb"

0 commit comments

Comments
 (0)