diff --git a/apps/sources/forms.py b/apps/sources/forms.py index fd4667bf38..de9b7ee1ce 100644 --- a/apps/sources/forms.py +++ b/apps/sources/forms.py @@ -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(