Skip to content

Commit 2347a49

Browse files
committed
Merge branch 'master' into lookups-refactor
2 parents e85cfc9 + cfade01 commit 2347a49

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

components/SLDSPicklistBase/list-item.jsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ module.exports = React.createClass({
5050
};
5151
},
5252

53-
componentDidMount () {
54-
console.log('!!! this.props.labelRenderer: ',this.props.labelRenderer);
55-
},
56-
5753
handleClick (e) {
5854
e.preventDefault();
5955
e.stopPropagation();

0 commit comments

Comments
 (0)