Skip to content

Commit 496b80b

Browse files
remove debug print ( I need to change deployment hash to debug startup )
1 parent af891db commit 496b80b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gameserver/admin.py

-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ def last_correct_submission_obj(self, obj):
318318
).latest("date_created")
319319
except Submission.DoesNotExist:
320320
return "No correct submissions"
321-
print(format_html("<a href='{url}'>{url}</a>", url=obj.get_absolute_admin_url()))
322321
return format_html("<a href='{url}'>{url}</a>", url=obj.get_absolute_admin_url())
323322

324323
last_correct_submission_obj.allow_tags = True

0 commit comments

Comments
 (0)