SOLR-7911: Remove unwanted logging and no commit from CoreContainer.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1695200 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Anshum Gupta 2015-08-11 03:15:43 +00:00
parent 9f6b72524c
commit 040849908c
1 changed files with 0 additions and 1 deletions

View File

@ -290,7 +290,6 @@ public class CoreContainer {
}
private void addHttpConfigurer(Object authcPlugin) {
log.info("addHttpConfigurer()");//TODO no commit
if (authcPlugin instanceof HttpClientInterceptorPlugin) {
// Setup HttpClient to use the plugin's configurer for internode communication
HttpClientConfigurer configurer = ((HttpClientInterceptorPlugin) authcPlugin).getClientConfigurer();