Skip to content

Commit

Permalink
removed debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Dec 21, 2022
1 parent 294f651 commit e945bac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scavenger2022/core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ def get_clues(cls, team: Team):
@classmethod
def get_clue(cls, team: Team) -> str | None:
try:
print(team.qr_len, "hielo")
hint = cls.objects.get(qr_index=team.qr_len)
return hint.hint
except cls.DoesNotExist:
Expand Down

0 comments on commit e945bac

Please sign in to comment.