Skip to content

Commit

Permalink
Disable __PERFORMANCE_PROFILE__ flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Aug 31, 2021
1 parent 6e9b501 commit 22b85f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-devtools-shared/src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
export const __DEBUG__ = false;

// Flip this flag to true to enable performance.mark() and performance.measure() timings.
export const __PERFORMANCE_PROFILE__ = true;
export const __PERFORMANCE_PROFILE__ = false;

export const TREE_OPERATION_ADD = 1;
export const TREE_OPERATION_REMOVE = 2;
Expand Down

0 comments on commit 22b85f7

Please sign in to comment.