Removed some debugging.

This commit is contained in:
Anton Hvornum 2021-04-09 23:26:16 +02:00
parent f031bb077c
commit 99c18d5d66
No known key found for this signature in database
GPG Key ID: F1234C5BA67C59DF
2 changed files with 0 additions and 4 deletions

View File

@ -166,9 +166,6 @@ class Partition():
self.mountpoint = target
if not self.filesystem and autodetect_filesystem:
print(f'Auto-detecting filesystem for: {path}')
print('Mount information:', mount_information.get('fstype', None))
print('Real device:', get_filesystem_type(path))
if (fstype := mount_information.get('fstype', get_filesystem_type(path))):
self.filesystem = fstype

View File

@ -49,7 +49,6 @@ class Installer():
storage['session'] = self
self.partitions = get_partitions_in_use(self.target)
print(self.partitions)
def log(self, *args, level=LOG_LEVELS.Debug, **kwargs):
"""