Removed print

This commit is contained in:
Sven Heidemann 2021-03-09 18:30:05 +01:00
parent 35752b2ae0
commit 11399d7ea7

View File

@ -184,7 +184,6 @@ class Configuration(ConfigurationABC):
except Exception as e:
error_message = e
print('\nerror')
if not found and error_message == '':
error_message = f'Invalid argument: {argument}'