Remove debugging print.

- Legacy-Id: 554
This commit is contained in:
Bill Fenner 2007-06-20 13:55:41 +00:00
parent 342a9fa633
commit 0e1728e2ab

View file

@ -185,7 +185,6 @@ class AdminRequestor(forms.MultiWidget):
try:
radio = data.get(name + '_0', "off")
rest = data[name + '_2']
print "radio is %s, rest is %s" % (radio, rest)
if radio == 'on':
# This has some deep assumptions about how
# this is used.