Remove errant console.log (#6664)

That crept in in c1e3f7ec14.
This commit is contained in:
Greg Hurrell
2016-04-30 07:45:23 -07:00
committed by Jim
parent 08e568cfc8
commit 4f01b4b186
@@ -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() {