mirror of https://github.com/apache/lucene.git
SOLR-5658: Removing System.out.println in JavaBinUpdatedRequestCodec added for debugging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1562836 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
06434e5b5f
commit
d5a8bdd767
|
@ -176,7 +176,6 @@ public class JavaBinUpdateRequestCodec {
|
|||
// must be loaded now
|
||||
if(updateRequest.getParams()==null) {
|
||||
NamedList params = (NamedList) namedList[0].get("params");
|
||||
System.out.println("unmarchal params:" + params);
|
||||
if(params!=null) {
|
||||
updateRequest.setParams(new ModifiableSolrParams(SolrParams.toSolrParams(params)));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue