Skip to content

Commit

Permalink
Revert "Temporarily disable Profiler commit hooks flag (#19900)" (#19960
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Brian Vaughn committed Oct 5, 2020
1 parent 44d39c4 commit 1992d97
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/shared/forks/ReactFeatureFlags.www.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ export const {
// It's not used anywhere in production yet.

export const enableProfilerTimer = __PROFILE__;

// Temporarily disable commit hooks flag to verify it does not cause a regression.
// TODO (brian) Re-enable this flag if performance is mostly neutral.
export const enableProfilerCommitHooks = false;
export const enableProfilerCommitHooks = __PROFILE__;

// Logs additional User Timing API marks for use with an experimental profiling tool.
export const enableSchedulingProfiler = __PROFILE__;
Expand Down

0 comments on commit 1992d97

Please sign in to comment.