Skip to content

Commit

Permalink
Remove User Timings (#18417)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Mar 30, 2020
1 parent dd7e5e4 commit bf30e37
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 1,891 deletions.
3 changes: 0 additions & 3 deletions packages/react-dom/index.classic.fb.js
Expand Up @@ -7,7 +7,6 @@
* @flow
*/

import {addUserTimingListener} from 'shared/ReactFeatureFlags';
import {isEnabled} from './src/events/ReactDOMEventListener';

import {__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED} from './src/client/ReactDOM';
Expand All @@ -17,8 +16,6 @@ Object.assign((__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED: any), {
ReactBrowserEventEmitter: {
isEnabled,
},
// Perf experiment
addUserTimingListener,
});

export {
Expand Down

0 comments on commit bf30e37

Please sign in to comment.