Skip to content

Commit

Permalink
Removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
seocam committed Dec 10, 2015
1 parent f4672cc commit 74d4899
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion colab/search/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def search(self):
for key in self.fields.keys():
value = self.cleaned_data[key]
if value and key not in self.excluded_fields:
print key, '-' + value
kwargs[key] = self.cleaned_data[key]

sqs = sqs.filter(**kwargs)
Expand Down

0 comments on commit 74d4899

Please sign in to comment.