mirror of https://github.com/apache/lucene.git
SOLR-10731: Remove debugging
This commit is contained in:
parent
f4872c9296
commit
851ab0ad34
|
@ -82,7 +82,6 @@ public class KnnStream extends TupleStream implements Expressible {
|
|||
}
|
||||
|
||||
// Named parameters - passed directly to solr as solrparams
|
||||
System.out.println("####Params:"+namedParams.size());
|
||||
if(namedParams.size() < 2){
|
||||
throw new IOException(String.format(Locale.ROOT,"invalid expression %s - at least two named parameters expected. eg. 'id' and 'qf'",expression));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue