a print() command somehow sneaked past my commit checks.

This commit is contained in:
jonaswinkler 2020-12-10 00:59:03 +01:00
parent 24d8a50f01
commit 69c6d68219

View File

@ -51,7 +51,6 @@ class TagsFilter(Filter):
return qs
for tag_id in tag_ids:
print(self.exclude, tag_id)
if self.exclude:
qs = qs.exclude(tags__id=tag_id)
else: