mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-06-30 19:26:17 +00:00
refactor: remove commented out code
It is recommended to remove any commented code in your codebase.
This commit is contained in:
parent
377f20ce10
commit
d211502b39
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ def post():
|
||||||
difficulty = request.form.get("difficulty", GAME_DIFFICULTY)
|
difficulty = request.form.get("difficulty", GAME_DIFFICULTY)
|
||||||
score = request.form.get("score", 0)
|
score = request.form.get("score", 0)
|
||||||
|
|
||||||
# logger.debug(f"Score upload attempt: {session_key} {version} {difficulty} {score}")
|
|
||||||
|
|
||||||
if not session_key:
|
if not session_key:
|
||||||
return "No session key provided!"
|
return "No session key provided!"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue