Removed lost print() statement

This commit is contained in:
jeancf 2023-07-16 11:52:09 +02:00
parent 4cd49a1de7
commit 497d9f3a20

View File

@ -893,7 +893,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":