Skip to content

Commit bb30e1d

Browse files
committed
Remove accidentally committed debug print.
- Legacy-Id: 4406
1 parent da3c40d commit bb30e1d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/idrfc/views_ballot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,6 @@ def edit_positionREDESIGN(request, name, ballot_id):
344344
form = EditPositionForm(initial=initial, ballot_type=ballot.ballot_type)
345345

346346
blocking_positions = dict((p.pk, p.name) for p in form.fields["position"].queryset.all() if p.blocking)
347-
print blocking_positions, form.fields["position"].queryset.all()
348347

349348
ballot_deferred = None
350349
if doc.get_state_slug("%s-iesg" % doc.type_id) == "defer":

0 commit comments

Comments
 (0)