mirror of
https://github.com/aclist/dztui.git
synced 2026-08-28 02:37:20 +02:00
chore: remove print statement
Some checks failed
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
Some checks failed
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
This commit is contained in:
parent
24609a1c71
commit
6274f62c93
@ -122,7 +122,6 @@ class ProxyModelManager:
|
||||
# TODO: filter cache: return a dataclass object with clearly enumerated map, keyword, and filter values
|
||||
# instead of just a serial list of strings
|
||||
filters = self.filter_man.get_all_filters()
|
||||
print(filters)
|
||||
|
||||
if skip_cache is False:
|
||||
if filters in self.filter_cache:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user