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:
Noble Paul 2009-09-09 03:49:18 +00:00
parent a4d69ca427
commit ab5c9889b9
1 changed files with 0 additions and 1 deletions

View File

@ -313,7 +313,6 @@ public class DocumentObjectBinder {
<T> void inject(T obj, SolrDocument sdoc) {
Object val = getFieldValue(sdoc);
if(val == null) {
System.out.println("val null for "+ name);
return;
}
if(isArray && !isContainedInMap){