mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-14 14:22:16 +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)
|
||||
score = request.form.get("score", 0)
|
||||
|
||||
# logger.debug(f"Score upload attempt: {session_key} {version} {difficulty} {score}")
|
||||
|
||||
if not session_key:
|
||||
return "No session key provided!"
|
||||
|
|
Loading…
Add table
Reference in a new issue