diff --git a/system_setup/client/controllers/summary.py b/system_setup/client/controllers/summary.py index 7b4f75c4..1526353b 100644 --- a/system_setup/client/controllers/summary.py +++ b/system_setup/client/controllers/summary.py @@ -67,16 +67,6 @@ class SummaryController(SubiquityTuiController): self.ui.set_body(self.summary_view) self.app.show_error_report(self.crash_report_ref) - if self.app_state == ApplicationState.RUNNING: - if app_status.confirming_tty != self.app.our_tty: - install_running = InstallRunning( - self.app, app_status.confirming_tty) - self.app.add_global_overlay(install_running) - else: - if install_running is not None: - self.app.remove_global_overlay(install_running) - install_running = None - if self.app_state == ApplicationState.DONE: if self.answers.get('reboot', False): self.click_reboot()