Remove debugging print.
- Legacy-Id: 554
This commit is contained in:
parent
342a9fa633
commit
0e1728e2ab
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue