Skip to content

Commit

Permalink
remove debug print ( I need to change deployment hash to debug startup )
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Apr 6, 2024
1 parent af891db commit 496b80b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gameserver/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ def last_correct_submission_obj(self, obj):
).latest("date_created")
except Submission.DoesNotExist:
return "No correct submissions"
print(format_html("<a href='{url}'>{url}</a>", url=obj.get_absolute_admin_url()))
return format_html("<a href='{url}'>{url}</a>", url=obj.get_absolute_admin_url())

last_correct_submission_obj.allow_tags = True
Expand Down

0 comments on commit 496b80b

Please sign in to comment.