Removed stray print() statement

This commit is contained in:
jeancf 2023-07-17 13:06:30 +02:00
parent cded242432
commit b30383a017

View File

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