Skip to content

Commit fd2c93e

Browse files
committed
Merge branch 'main' into dev/tags-2
2 parents 8c714bd + 62967d3 commit fd2c93e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pgcommitfest/commitfest/templatetags/commitfest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ def commitfeststatusstring(value):
2525
@stringfilter
2626
def commitfeststatuslabel(value):
2727
i = int(value)
28-
print(i, CommitFest._STATUS_LABELS)
2928
return [v for k, v in CommitFest._STATUS_LABELS if k == i][0]
3029

3130

0 commit comments

Comments
 (0)