diff --git a/src/table/table-header.jsx b/src/table/table-header.jsx index b8fe48283b2704..06786fb1da42f9 100644 --- a/src/table/table-header.jsx +++ b/src/table/table-header.jsx @@ -120,7 +120,6 @@ const TableHeader = React.createClass({ children.push(child); }); - console.log('key is ', props.key) return React.cloneElement(child, props, children); }, @@ -154,7 +153,7 @@ const TableHeader = React.createClass({ _getSelectAllCheckboxColumn(props) { if (!this.props.displaySelectAll) return this._getCheckboxPlaceholder(props); - + const checkbox =