Skip to content

Commit

Permalink
cleanup logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ilude committed Mar 25, 2024
1 parent 4429ad9 commit 3ca4c61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ def index():

if __name__ == '__main__':
port = int(os.environ.get("ONBOARD_PORT", 9830))
print(f"Starting {os.environ.get('PROJECT_NAME', 'OnBoard').title()} server on port {port}")
if os.environ.get("FLASK_DEBUG", "False") == "True":
app.run(port=port, debug=True)
else:
Expand Down

0 comments on commit 3ca4c61

Please sign in to comment.