Removed debugging

This commit is contained in:
Anton Hvornum 2020-12-07 15:41:32 +01:00
parent 1209c8f550
commit 6af71eee30
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class BlockDevice():
#o = b''.join(sys_command('/usr/bin/lsblk -o name -J -b {dev}'.format(dev=dev)))
o = b''.join(sys_command(f'/usr/bin/lsblk -J {self.path}'))
print(self, 'partitions:', o)
#print(self, 'partitions:', o)
if b'not a block device' in o:
raise DiskError(f'Can not read partitions off something that isn\'t a block device: {self.path}')