mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-17 17:04:54 +00:00
Merge pull request #17 from Fluffy-Bean/deepsource-autofix-a3c62bd2
remove commented out code
This commit is contained in:
commit
e512070dd3
1 changed files with 0 additions and 2 deletions
|
@ -55,8 +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!"
|
||||
if not score:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue