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 f97c58b commit 012fad7
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 @@ -47,7 +47,6 @@ def index():

if __name__ == '__main__':
port = int(os.environ.get("ONGOING_PORT", 9380))
print(f"Starting {os.environ.get('PROJECT_NAME', 'OnGoing').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 012fad7

Please sign in to comment.