Skip to content

Commit

Permalink
chore: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
evanshortiss authored Oct 12, 2023
1 parent ff3853d commit edadee2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions roshambo-ai/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
application = Flask(__name__)

log_level = os.getenv("LOG_LEVEL", "INFO").upper()

# formatter = logging.Formatter('%(asctime)s - %(levelname)s - %(message)s')
# handler = logging.StreamHandler()
# handler.setFormatter(formatter)
# application.logger.addHandler(handler)
application.logger.setLevel(log_level)

@application.route('/')
Expand Down

0 comments on commit edadee2

Please sign in to comment.