Removed print() statement

This commit is contained in:
jeancf 2023-07-17 13:07:15 +02:00
parent b690f83ed9
commit 5930eb11ec

View File

@ -877,7 +877,6 @@ def main(argv):
log_level = logging.INFO
elif ll_str == "WARNING":
log_level = logging.WARNING
print('log level warning set')
elif ll_str == "ERROR":
log_level = logging.ERROR
elif ll_str == "CRITICAL":