SOLR-6471 removing unused logging

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622781 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Noble Paul 2014-09-05 20:04:37 +00:00
parent 6386f1760f
commit 35aa8a4a45
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ public class UpdateRequestHandler extends ContentStreamHandlerBase {
ContentStream stream, UpdateRequestProcessor processor) throws Exception {
ContentStreamLoader loader = pathVsLoaders.get(req.getContext().get("path"));
log.info("$$$$$$$ used the pathVsLoaders {} ",req.getContext().get("path"));
if(loader == null) {
String type = req.getParams().get(UpdateParams.ASSUME_CONTENT_TYPE);
if (type == null) {