mirror of
https://gitlab.com/jeancf/twoot.git
synced 2024-11-23 20:11:11 +00:00
Removed print() statement
This commit is contained in:
parent
b690f83ed9
commit
5930eb11ec
1
twoot.py
1
twoot.py
|
@ -877,7 +877,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