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