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:
@@ -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());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user