summaryrefslogtreecommitdiffstats
path: root/forum/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'forum/forms.py')
-rwxr-xr-xforum/forms.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/forum/forms.py b/forum/forms.py
index 2c2df738..b205c6e1 100755
--- a/forum/forms.py
+++ b/forum/forms.py
@@ -174,7 +174,6 @@ class AdvancedSearchForm(forms.Form):
def clean(self):
#todo rewrite
- print self.cleaned_data
if self.cleaned_data['scope'] == '':
del self.cleaned_data['scope']
if self.cleaned_data['tags'] is None: