1
1
mirror of https://github.com/MarginaliaSearch/MarginaliaSearch.git synced 2025-10-05 21:22:39 +02:00

(query) Remove log noise from query service

This commit is contained in:
Viktor Lofgren
2025-09-24 16:06:01 +02:00
parent 708caa8791
commit be83726427

View File

@@ -175,8 +175,6 @@ public class QueryFactory {
specs.query.searchTermsPriority.addAll(params.tacitPriority());
specs.query.searchTermsExclude.addAll(params.tacitExcludes());
System.out.println(specs);
return new ProcessedQuery(specs, searchTermsHuman, domain, params.langIsoCode());
}