remove debug print

This commit is contained in:
Thomas Steen Rasmussen 2018-07-20 08:04:12 +02:00
parent 11a94b477c
commit cf9e9ebd5a
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ class CampViewMixin(object):
filter_dict[self.get_slug_field()] = slug
# do the filtering and return the result
print("filter_dict is %s" % filter_dict)
result = queryset.filter(**filter_dict)
if result.exists():
# we got some results with this camp_filter, return now