mirror of https://github.com/apache/lucene.git
removed system.out.printlin
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@812759 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a4d69ca427
commit
ab5c9889b9
|
@ -313,7 +313,6 @@ public class DocumentObjectBinder {
|
||||||
<T> void inject(T obj, SolrDocument sdoc) {
|
<T> void inject(T obj, SolrDocument sdoc) {
|
||||||
Object val = getFieldValue(sdoc);
|
Object val = getFieldValue(sdoc);
|
||||||
if(val == null) {
|
if(val == null) {
|
||||||
System.out.println("val null for "+ name);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if(isArray && !isContainedInMap){
|
if(isArray && !isContainedInMap){
|
||||||
|
|
Loading…
Reference in New Issue