mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
a print() command somehow sneaked past my commit checks.
This commit is contained in:
parent
660ff8ad45
commit
c20d8b03f7
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user