mirror of https://github.com/apache/lucene.git
SOLR-10559: Remove debuggin
This commit is contained in:
parent
61f64829d8
commit
b705217bec
|
@ -50,7 +50,6 @@ public class ColumnEvaluator extends SimpleEvaluator implements Expressible {
|
|||
List<Tuple> tuples = (List<Tuple>)tuple.get(name);
|
||||
List<Number> column = new ArrayList(tuples.size());
|
||||
for(Tuple t : tuples) {
|
||||
System.out.println("###### Field:"+fieldName);
|
||||
Object o = t.get(fieldName);
|
||||
if(o instanceof Number) {
|
||||
column.add((Number)o);
|
||||
|
|
Loading…
Reference in New Issue