Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-07-04 15:15:21 +0200
committerAnton Hvornum <anton@hvornum.se>2021-07-04 15:15:21 +0200
commita53ee624ef31afe54d6a8b491d9ea204d7ee3cb3 (patch)
tree8aaa1376de60319bc44385522077743fb2a73d7e /archinstall
parentf2b0fcc6524226c99e38edd3fa03a3a68af33738 (diff)
Removed debugging
Diffstat (limited to 'archinstall')
-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: