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 342a9fa commit 0e1728eCopy full SHA for 0e1728e
1 file changed
ietf/mailinglists/forms.py
@@ -185,7 +185,6 @@ def value_from_datadict(self, data, name):
185
try:
186
radio = data.get(name + '_0', "off")
187
rest = data[name + '_2']
188
- print "radio is %s, rest is %s" % (radio, rest)
189
if radio == 'on':
190
# This has some deep assumptions about how
191
# this is used.
0 commit comments