File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,6 @@ export const disableLegacyMode = __VARIANT__;
40
40
// NOTE: This feature will only work in DEV mode; all callsites are wrapped with __DEV__.
41
41
export const enableDebugTracing = __EXPERIMENTAL__ ;
42
42
43
- export const enableSchedulingProfiler = __VARIANT__ ;
44
-
45
43
export const enableInfiniteRenderLoopDetection = __VARIANT__ ;
46
44
47
45
// TODO: These flags are hard-coded to the default values used in open source.
Original file line number Diff line number Diff line change @@ -60,8 +60,7 @@ export const disableInputAttributeSyncing = false;
60
60
export const enableLegacyFBSupport = true ;
61
61
62
62
// Logs additional User Timing API marks for use with an experimental profiling tool.
63
- export const enableSchedulingProfiler : boolean =
64
- __PROFILE__ && dynamicFeatureFlags . enableSchedulingProfiler ;
63
+ export const enableSchedulingProfiler = __PROFILE__ ;
65
64
66
65
export const disableLegacyContext = __EXPERIMENTAL__ ;
67
66
export const enableGetInspectorDataForInstanceInProduction = false ;
You can’t perform that action at this time.
0 commit comments