mirror of
https://git.wownero.com/lza_menace/tg-bot.git
synced 2024-08-15 00:23:12 +00:00
remove dumb print stmt
This commit is contained in:
parent
9e047a214a
commit
aa00686838
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ DAEMON_URI = getenv('DAEMON_URI')
|
||||||
_d = getenv('DEBUG', True)
|
_d = getenv('DEBUG', True)
|
||||||
|
|
||||||
if isinstance(_d, str):
|
if isinstance(_d, str):
|
||||||
print(_d)
|
|
||||||
if _d.lower() == 'false':
|
if _d.lower() == 'false':
|
||||||
DEBUG = False
|
DEBUG = False
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue