Skip to content

Commit 0e1728e

Browse files
committed
Remove debugging print.
- Legacy-Id: 554
1 parent 342a9fa commit 0e1728e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/mailinglists/forms.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ def value_from_datadict(self, data, name):
185185
try:
186186
radio = data.get(name + '_0', "off")
187187
rest = data[name + '_2']
188-
print "radio is %s, rest is %s" % (radio, rest)
189188
if radio == 'on':
190189
# This has some deep assumptions about how
191190
# this is used.

0 commit comments

Comments
 (0)