Commit dad19779 authored by Michal Čihař's avatar Michal Čihař

Remove debugging code

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 974c3f92
......@@ -51,7 +51,6 @@ class BootstrapBoundField(BoundField):
result = set(classes.split())
else:
result = set()
print self.field.widget
if isinstance(self.field.widget, CheckboxInput):
result.add('checkbox')
else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment