diff --git a/src/browser/ui/ReactMount.js b/src/browser/ui/ReactMount.js index a07a837a59..6ed9024c1f 100644 --- a/src/browser/ui/ReactMount.js +++ b/src/browser/ui/ReactMount.js @@ -212,15 +212,6 @@ function findDeepestCachedAncestor(targetID) { * Inside of `container`, the first element rendered is the "reactRoot". */ var ReactMount = { - /** Time spent generating markup. */ - totalInstantiationTime: 0, - - /** Time spent inserting markup into the DOM. */ - totalInjectionTime: 0, - - /** Whether support for touch events should be initialized. */ - useTouchEvents: false, - /** Exposed for debugging purposes **/ _instancesByReactRootID: instancesByReactRootID,