Skip to content

Commit 62967d3

Browse files
committed
Remove accidental print
1 parent 39d9539 commit 62967d3

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
@@ -24,7 +24,6 @@ def commitfeststatusstring(value):
2424
@stringfilter
2525
def commitfeststatuslabel(value):
2626
i = int(value)
27-
print(i, CommitFest._STATUS_LABELS)
2827
return [v for k, v in CommitFest._STATUS_LABELS if k == i][0]
2928

3029

0 commit comments

Comments
 (0)