Skip to content

Commit 230f940

Browse files
authored
Merge branch 'main' into track-e2e-breakpoint-setting-duration
2 parents 70d1f37 + 273f026 commit 230f940

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

front_end/entrypoints/main/MainImpl.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -571,12 +571,6 @@ export class MainImpl {
571571
Timeline.TimelinePanel.LoadTimelineHandler.instance().handleQueryParam(value);
572572
}
573573

574-
// Allow &landingView query param to override the default landing view.
575-
const landingView = Root.Runtime.Runtime.queryParam('landingView');
576-
if (landingView !== null) {
577-
await UI.ViewManager.ViewManager.instance().showView(landingView);
578-
}
579-
580574
// Initialize ARIAUtils.alert Element
581575
UI.ARIAUtils.getOrCreateAlertElements();
582576
UI.DockController.DockController.instance().announceDockLocation();

0 commit comments

Comments
 (0)