remove debug print
This commit is contained in:
parent
11a94b477c
commit
cf9e9ebd5a
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue