remove dumb print stmt

master
lza_menace 3 years ago
parent 9e047a214a
commit aa00686838

@ -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: