Don’t override syslog dir to prevent printing on TUI.

Co-authored-by: Jean-Baptiste Lallement <jean-baptiste@ubuntu.com>
This commit is contained in:
Didier Roche 2021-11-03 10:32:57 +01:00
parent 7cd65267e9
commit f762f41a5b
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ class SystemSetupServer(SubiquityServer):
def __init__(self, opts, block_log_dir):
super().__init__(opts, block_log_dir)
self.echo_syslog_id = ""
self.event_syslog_id = ""
self.log_syslog_id = ""
if is_reconfigure(opts.dry_run):