mirror of
https://gitlab.com/jeancf/twoot.git
synced 2024-11-23 20:11:11 +00:00
Removed stray print() statement
This commit is contained in:
parent
cded242432
commit
b30383a017
1
twoot.py
1
twoot.py
|
@ -880,7 +880,6 @@ def main(argv):
|
||||||
log_level = logging.INFO
|
log_level = logging.INFO
|
||||||
elif ll_str == "WARNING":
|
elif ll_str == "WARNING":
|
||||||
log_level = logging.WARNING
|
log_level = logging.WARNING
|
||||||
print('log level warning set')
|
|
||||||
elif ll_str == "ERROR":
|
elif ll_str == "ERROR":
|
||||||
log_level = logging.ERROR
|
log_level = logging.ERROR
|
||||||
elif ll_str == "CRITICAL":
|
elif ll_str == "CRITICAL":
|
||||||
|
|
Loading…
Reference in New Issue
Block a user