Removing debug output

This commit is contained in:
Anton Hvornum 2020-12-07 20:38:51 +01:00
parent 21cfe5708c
commit 5cf09c6641
1 changed files with 0 additions and 1 deletions

View File

@ -119,7 +119,6 @@ class Installer():
self.log(f"Updating {self.mountpoint}/etc/fstab", level=LOG_LEVELS.Info)
fstab = sys_command(f'/usr/bin/genfstab {flags} {self.mountpoint}').trace_log
print(fstab)
with open(f"{self.mountpoint}/etc/fstab", 'ab') as fstab_fh:
fstab_fh.write(fstab)