Skip to content

Commit 22b85f7

Browse files
author
Brian Vaughn
committed
Disable __PERFORMANCE_PROFILE__ flag
1 parent 6e9b501 commit 22b85f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-devtools-shared/src/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
export const __DEBUG__ = false;
1212

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

1616
export const TREE_OPERATION_ADD = 1;
1717
export const TREE_OPERATION_REMOVE = 2;

0 commit comments

Comments
 (0)