mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Removed unused variable
This commit is contained in:
@@ -463,7 +463,6 @@ describe('ReactComponentLifeCycle', function() {
|
||||
componentWillUnmount: logger('inner componentWillUnmount')
|
||||
});
|
||||
var instance;
|
||||
var node;
|
||||
|
||||
log = [];
|
||||
instance = ReactTestUtils.renderIntoDocument(<Outer x={17} />);
|
||||
|
||||
Reference in New Issue
Block a user