chore: remove print statement
Some checks failed
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled

This commit is contained in:
aclist 2026-05-21 21:06:40 +09:00
parent 24609a1c71
commit 6274f62c93

View File

@ -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: