Removed debugging

This commit is contained in:
Anton Hvornum 2021-05-14 19:48:58 +02:00
parent 1abe2c762e
commit 2761e675a1
1 changed files with 0 additions and 3 deletions

View File

@ -321,9 +321,6 @@ class Partition():
if log_formatting:
log(f'Formatting {path} -> {filesystem}', level=logging.INFO)
if path == '/dev/sda1' and filesystem == 'vfat':
raise ValueError("Debugging breakpoint!")
if filesystem == 'btrfs':
o = b''.join(sys_command(f'/usr/bin/mkfs.btrfs -f {path}'))
if b'UUID' not in o: