Removed debugging

This commit is contained in:
Anton Hvornum 2021-07-04 15:15:21 +02:00
parent f2b0fcc652
commit a53ee624ef
1 changed files with 0 additions and 1 deletions

View File

@ -395,7 +395,6 @@ class BlockDevice:
for partition in self:
if partition.uuid == uuid:
return partition
print('Returning False on get_partition()')
class Partition: