Removed unused variable

This commit is contained in:
Ben Alpert
2013-06-10 17:19:45 -07:00
parent 2afd7186ae
commit e39743f2f8
@@ -463,7 +463,6 @@ describe('ReactComponentLifeCycle', function() {
componentWillUnmount: logger('inner componentWillUnmount')
});
var instance;
var node;
log = [];
instance = ReactTestUtils.renderIntoDocument(<Outer x={17} />);