refactor: remove commented out code

It is recommended to remove any commented code in your codebase.
This commit is contained in:
deepsource-autofix[bot] 2023-06-26 13:17:49 +00:00 committed by GitHub
parent 377f20ce10
commit d211502b39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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!"