Skip to content

Commit 43c0288

Browse files
committed
Remove accidentally committed debug print
- Legacy-Id: 3131
1 parent 0b637a1 commit 43c0288

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/iesg/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,6 @@ def discusses(request):
475475
if settings.USE_DB_REDESIGN_PROXY_CLASSES:
476476
res = []
477477

478-
print IDInternal.objects.filter(iesg_state__in=("pub-req", "ad-eval", "review-e", "lc-req", "lc", "writeupw", "goaheadw", "iesg-eva", "defer", "watching"), event__ballotpositionevent__pos="discuss").distinct().count()
479478
for d in IDInternal.objects.filter(iesg_state__in=("pub-req", "ad-eval", "review-e", "lc-req", "lc", "writeupw", "goaheadw", "iesg-eva", "defer", "watching"), event__ballotpositionevent__pos="discuss").distinct():
480479
found = False
481480
for p in d.positions.all():

0 commit comments

Comments
 (0)