We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9b501 commit 22b85f7Copy full SHA for 22b85f7
packages/react-devtools-shared/src/constants.js
@@ -11,7 +11,7 @@
11
export const __DEBUG__ = false;
12
13
// Flip this flag to true to enable performance.mark() and performance.measure() timings.
14
-export const __PERFORMANCE_PROFILE__ = true;
+export const __PERFORMANCE_PROFILE__ = false;
15
16
export const TREE_OPERATION_ADD = 1;
17
export const TREE_OPERATION_REMOVE = 2;
0 commit comments