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.
1 parent 39d9539 commit 62967d3Copy full SHA for 62967d3
pgcommitfest/commitfest/templatetags/commitfest.py
@@ -24,7 +24,6 @@ def commitfeststatusstring(value):
24
@stringfilter
25
def commitfeststatuslabel(value):
26
i = int(value)
27
- print(i, CommitFest._STATUS_LABELS)
28
return [v for k, v in CommitFest._STATUS_LABELS if k == i][0]
29
30
0 commit comments