From ad2a3b89f5afc21671e5d71bf7e9c3312a07d50d Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 18 Aug 2011 10:28:54 -0400 Subject: [PATCH] Removd debug statement --- apps/sources/forms.py | 1 - 1 file changed, 1 deletion(-) 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(