Merge pull request #17 from Fluffy-Bean/deepsource-autofix-a3c62bd2

remove commented out code
This commit is contained in:
Michał Gdula 2023-06-26 14:18:55 +01:00 committed by GitHub
commit e512070dd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: