File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,5 @@ declare global {
1919 var reactNativeOpenInEditorButtonImage : string | undefined ;
2020 // eslint-disable-next-line no-var,@typescript-eslint/naming-convention
2121 var FB_ONLY__reactNativeFeedbackLink : string | undefined ;
22- // eslint-disable-next-line no-var,@typescript-eslint/naming-convention
23- var FB_ONLY__enablePerformance : unknown ;
2422 }
2523}
Original file line number Diff line number Diff line change @@ -88,7 +88,6 @@ UI.ViewManager.registerViewExtension({
8888 title : i18nLazyString ( UIStrings . performance ) ,
8989 commandPrompt : i18nLazyString ( UIStrings . showPerformance ) ,
9090 order : 50 ,
91- experiment : globalThis . FB_ONLY__enablePerformance === true ? undefined : Root . Runtime . ExperimentName . ENABLE_PERFORMANCE_PANEL ,
9291 async loadView ( ) {
9392 const Timeline = await loadTimelineModule ( ) ;
9493 return Timeline . TimelinePanel . TimelinePanel . instance ( ) ;
You can’t perform that action at this time.
0 commit comments