Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 authored Sep 6, 2024
1 parent 03cbf6a commit 408c719
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions game/views/level_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,6 @@ def levels(request, language):
elif language == "python":
python_episodes = get_python_episodes(request)

print(python_episodes)

for episode in python_episodes:
for level in episode["levels"]:
attach_attempts_to_level(attempts, level)
Expand Down

0 comments on commit 408c719

Please sign in to comment.