mirror of https://github.com/apache/lucene.git
rip out excessive logging that was originally ment to be nocommit anyway (see r1085618)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1091522 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5e04c0bab9
commit
961a548a2a
|
@ -90,12 +90,10 @@ public class ReturnFields
|
||||||
parseFieldList( new String[]{fl}, req);
|
parseFieldList( new String[]{fl}, req);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
SolrCore.log.info("fields=" + fields + "\t globs="+globs + "\t transformer="+transformer);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public ReturnFields(String[] fl, SolrQueryRequest req) {
|
public ReturnFields(String[] fl, SolrQueryRequest req) {
|
||||||
parseFieldList(fl, req);
|
parseFieldList(fl, req);
|
||||||
SolrCore.log.info("fields=" + fields + "\t globs="+globs + "\t transformer="+transformer);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void parseFieldList(String[] fl, SolrQueryRequest req) {
|
private void parseFieldList(String[] fl, SolrQueryRequest req) {
|
||||||
|
|
Loading…
Reference in New Issue