From 5cf09c6641a2fe1daeece7c34246d954a94c5a9f Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Mon, 7 Dec 2020 20:38:51 +0100 Subject: Removing debug output --- archinstall/lib/installer.py | 1 - 1 file changed, 1 deletion(-) (limited to 'archinstall') diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py index 5827078c..e06f59a5 100644 --- a/archinstall/lib/installer.py +++ b/archinstall/lib/installer.py @@ -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) -- cgit v1.2.3-54-g00ecf