remove dumb print stmt

This commit is contained in:
lza_menace 2021-05-08 00:15:21 -07:00
parent 9e047a214a
commit aa00686838
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ DAEMON_URI = getenv('DAEMON_URI')
_d = getenv('DEBUG', True)
if isinstance(_d, str):
print(_d)
if _d.lower() == 'false':
DEBUG = False
else: