We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c714bd + 62967d3 commit fd2c93eCopy full SHA for fd2c93e
pgcommitfest/commitfest/templatetags/commitfest.py
@@ -25,7 +25,6 @@ def commitfeststatusstring(value):
25
@stringfilter
26
def commitfeststatuslabel(value):
27
i = int(value)
28
- print(i, CommitFest._STATUS_LABELS)
29
return [v for k, v in CommitFest._STATUS_LABELS if k == i][0]
30
31
0 commit comments