Commit 74d4899063df623ada451f2af9d8e513281a0281

Authored by Sergio Oliveira
1 parent f4672cca
Exists in master

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)
... ...