Commit 1d915af11da684c22aea0ebc67b1156035d23c99
1 parent
faaaabe1
Exists in
1.12.x
Removed print
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
colab/search/forms.py
... | ... | @@ -47,7 +47,6 @@ class ColabSearchForm(SearchForm): |
47 | 47 | for key in self.fields.keys(): |
48 | 48 | value = self.cleaned_data[key] |
49 | 49 | if value and key not in self.excluded_fields: |
50 | - print key, '-' + value | |
51 | 50 | kwargs[key] = self.cleaned_data[key] |
52 | 51 | |
53 | 52 | sqs = sqs.filter(**kwargs) | ... | ... |