Removed debugging

This commit is contained in:
Anton Hvornum 2022-08-28 22:30:19 +02:00
parent 13703fbb04
commit 6f41262229
No known key found for this signature in database
GPG Key ID: F1234C5BA67C59DF
1 changed files with 0 additions and 1 deletions

View File

@ -1017,7 +1017,6 @@ class Installer:
boot_partition = None
root_partition = None
for partition in self.partitions:
print(partition, [partition.mountpoint], [self.target])
if self.target / 'boot' in partition.mountpoints:
boot_partition = partition
elif self.target in partition.mountpoints: