Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/disk.py
diff options
context:
space:
mode:
Diffstat (limited to 'archinstall/lib/disk.py')
-rw-r--r--archinstall/lib/disk.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/archinstall/lib/disk.py b/archinstall/lib/disk.py
index 99e6da19..d6f6ebde 100644
--- a/archinstall/lib/disk.py
+++ b/archinstall/lib/disk.py
@@ -395,7 +395,6 @@ class BlockDevice:
for partition in self:
if partition.uuid == uuid:
return partition
- print('Returning False on get_partition()')
class Partition: