mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 18:46:52 +01:00
a print() command somehow sneaked past my commit checks.
This commit is contained in:
parent
24d8a50f01
commit
69c6d68219
1 changed files with 0 additions and 1 deletions
|
|
@ -51,7 +51,6 @@ class TagsFilter(Filter):
|
||||||
return qs
|
return qs
|
||||||
|
|
||||||
for tag_id in tag_ids:
|
for tag_id in tag_ids:
|
||||||
print(self.exclude, tag_id)
|
|
||||||
if self.exclude:
|
if self.exclude:
|
||||||
qs = qs.exclude(tags__id=tag_id)
|
qs = qs.exclude(tags__id=tag_id)
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue