Remove accidentally committed debug print.
- Legacy-Id: 4406
This commit is contained in:
parent
da3c40de49
commit
bb30e1d681
|
@ -344,7 +344,6 @@ def edit_positionREDESIGN(request, name, ballot_id):
|
|||
form = EditPositionForm(initial=initial, ballot_type=ballot.ballot_type)
|
||||
|
||||
blocking_positions = dict((p.pk, p.name) for p in form.fields["position"].queryset.all() if p.blocking)
|
||||
print blocking_positions, form.fields["position"].queryset.all()
|
||||
|
||||
ballot_deferred = None
|
||||
if doc.get_state_slug("%s-iesg" % doc.type_id) == "defer":
|
||||
|
|
Loading…
Reference in a new issue