mirror of https://github.com/apache/lucene.git
Remove unnecessary INFO log line
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692690 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ec8b180757
commit
f33b81fe1e
|
@ -48,7 +48,6 @@ public class SegmentsInfoRequestHandler extends RequestHandlerBase {
|
|||
@Override
|
||||
public void handleRequestBody(SolrQueryRequest req, SolrQueryResponse rsp)
|
||||
throws Exception {
|
||||
log.info("Handling data for segmets info query searcher");
|
||||
rsp.add("segments", getSegmentsInfo(req, rsp));
|
||||
rsp.setHttpCaching(false);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue