Skip to content

Commit

Permalink
removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
camfletch committed Nov 1, 2015
1 parent 0b57d95 commit f25ef9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/table/table-header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ const TableHeader = React.createClass({
children.push(child);
});

console.log('key is ', props.key)
return React.cloneElement(child, props, children);
},

Expand Down Expand Up @@ -154,7 +153,7 @@ const TableHeader = React.createClass({

_getSelectAllCheckboxColumn(props) {
if (!this.props.displaySelectAll) return this._getCheckboxPlaceholder(props);

const checkbox =
<Checkbox
key="selectallcb"
Expand Down

0 comments on commit f25ef9e

Please sign in to comment.