Removd debug statement

This commit is contained in:
Roberto Rosario
2011-08-18 10:28:54 -04:00
parent 1c74c4390b
commit ad2a3b89f5

View File

@@ -49,7 +49,6 @@ class WebFormForm(DocumentForm):
show_expand = kwargs.pop('show_expand', False)
self.source = kwargs.pop('source')
super(WebFormForm, self).__init__(*args, **kwargs)
print self.instance
if show_expand:
self.fields['expand'] = forms.BooleanField(