Removed debugging
This commit is contained in:
parent
f2b0fcc652
commit
a53ee624ef
|
|
@ -395,7 +395,6 @@ class BlockDevice:
|
|||
for partition in self:
|
||||
if partition.uuid == uuid:
|
||||
return partition
|
||||
print('Returning False on get_partition()')
|
||||
|
||||
|
||||
class Partition:
|
||||
|
|
|
|||
Loading…
Reference in New Issue