Clean-up debug logs

This commit is contained in:
Cohee
2024-12-07 20:34:01 +02:00
parent 54ca9477dd
commit 0638953a20
2 changed files with 2 additions and 3 deletions

View File

@ -448,6 +448,5 @@ export class FilterHelper {
for (const cache of Object.values(this.fuzzySearchCaches)) {
cache.resultMap.clear();
}
console.log('All fuzzy search caches cleared');
}
}