We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7bf062 commit 8e85393Copy full SHA for 8e85393
1 file changed
ietf/mailinglists/views.py
@@ -81,9 +81,6 @@ def render_template(self, *args, **kwargs):
81
# Can't get the choice mapping directly from the form
82
self.extra_context['area'] = formchoice(self.clean_forms[1], 'area')
83
self.extra_context['approver'] = formchoice(self.clean_forms[2], 'approver')
84
- print "formchoice for area = %s" % formchoice(self.clean_forms[1], 'area')
85
- else:
86
- print "add_edit = %s" % add_edit
87
return super(NonWgWizard, self).render_template(*args, **kwargs)
88
def failed_hash(self, step):
89
raise NotImplementedError("step %d hash failed" % step)
0 commit comments