Skip to content

Commit 7e226be

Browse files
committed
Removed debug statements.
- Legacy-Id: 5062
1 parent ebef741 commit 7e226be

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

ietf/wgcharter/views.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -186,17 +186,6 @@ def state_pk(slug):
186186

187187
states_for_ballot_wo_extern = State.objects.filter(type="charter", slug="intrev").values_list("pk", flat=True)
188188

189-
190-
debug.show('repr(form)')
191-
debug.show('wg.charter')
192-
debug.show('login')
193-
debug.show('option')
194-
debug.show('prev_charter_state')
195-
debug.show('title')
196-
debug.show('initial_review')
197-
debug.show('chartering_type')
198-
debug.show('simplejson.dumps(info_msg)')
199-
200189
return render_to_response('wgcharter/change_state.html',
201190
dict(form=form,
202191
doc=wg.charter,

0 commit comments

Comments
 (0)