index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | archinstall/lib/disk.py | 1 |
diff --git a/archinstall/lib/disk.py b/archinstall/lib/disk.py index fe21dcf7..c05ba757 100644 --- a/archinstall/lib/disk.py +++ b/archinstall/lib/disk.py @@ -193,7 +193,6 @@ class Partition(): log(f'Trying to detect inner filesystem format on {self} (This might take a while)', level=LOG_LEVELS.Info) from .luks import luks2 with luks2(self, 'luksloop', password, auto_unmount=True) as unlocked_device: - print('Found:', unlocked_device.filesystem) return unlocked_device.filesystem def has_content(self): |