Skip to content

Commit

Permalink
Remove errant console.log (facebook#6664)
Browse files Browse the repository at this point in the history
That crept in in c1e3f7e.
  • Loading branch information
wincent authored and jimfb committed Apr 30, 2016
1 parent 08e568c commit 4f01b4b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,6 @@ describe('ReactUpdates', function() {
this.state = { showChild: true };
}
componentDidMount() {
console.log('about to remove child via set state');
this.setState({ showChild: false });
}
render() {
Expand Down

0 comments on commit 4f01b4b

Please sign in to comment.