Skip to content

Commit 6fe904a

Browse files
committed
Remove test print
1 parent 98016b2 commit 6fe904a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pgcommitfest/commitfest/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,6 @@ def cfbot_ingest(message):
12871287
failing = True
12881288

12891289
if (failing or finished) and bool(branch_in_db.failing_since) is not failing:
1290-
print(branch_in_db.failing_since, failing)
12911290
if failing:
12921291
branch_in_db.failing_since = datetime.now()
12931292
else:

0 commit comments

Comments
 (0)