diff --git a/src/core/ReactCurrentOwner.js b/src/core/ReactCurrentOwner.js index 2e2664c7dc..add5905611 100644 --- a/src/core/ReactCurrentOwner.js +++ b/src/core/ReactCurrentOwner.js @@ -16,8 +16,6 @@ * * The current owner is the component who should own any components that are * currently being constructed. - * - * The depth indicate how many composite components are above this render level. */ var ReactCurrentOwner = {