Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/installer.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2022-08-28 22:30:19 +0200
committerAnton Hvornum <anton@hvornum.se>2022-08-28 22:30:19 +0200
commit6f412622292f64587848e0f03e65eab7eb4cd0e3 (patch)
tree4f0b8759508e22a777e678ea4b3a0acc62ee062b /archinstall/lib/installer.py
parent13703fbb04d7bc7975368b035342e104c26e3f35 (diff)
Removed debugging
Diffstat (limited to 'archinstall/lib/installer.py')
-rw-r--r--archinstall/lib/installer.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py
index a8346cb6..c7682655 100644
--- a/archinstall/lib/installer.py
+++ b/archinstall/lib/installer.py
@@ -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: