removing some left over debug info (i assume)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1147989 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2011-07-18 18:03:42 +00:00
parent 4af23c6d84
commit cfcaf7e2bd
1 changed files with 0 additions and 4 deletions

View File

@ -203,10 +203,6 @@ public abstract class TextResponseWriter {
{
SolrDocument out = new SolrDocument();
for( Fieldable f : doc.getFields() ) {
if( "gack_i".equals( f.name() ) ) {
System.out.println( f );
}
// Make sure multivalued fields are represented as lists
Object existing = out.get(f.name());
if (existing == null) {