Skip to content

Commit

Permalink
Remove old debug
Browse files Browse the repository at this point in the history
  • Loading branch information
talavis committed Jan 5, 2023
1 parent 8214f08 commit 19bf149
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion form_manager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def heartbeat():
return flask.Response(status=200)

if os.environ.get("DEV_LOGIN") or app.testing:
print("asd")
activate_dev(app)

return app
Expand Down

0 comments on commit 19bf149

Please sign in to comment.