mirror of https://github.com/apache/lucene.git
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:
parent
4af23c6d84
commit
cfcaf7e2bd
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue