mirror of https://github.com/apache/lucene.git
SOLR-5317: remove debug sys errs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531172 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4a894a8882
commit
5c9cbe9847
|
@ -148,8 +148,6 @@ public class SolrXMLCoresLocator implements CoresLocator {
|
|||
public synchronized final void persist(CoreContainer cc, CoreDescriptor... coreDescriptors) {
|
||||
List<CoreDescriptor> cds = new ArrayList<CoreDescriptor>(cc.getCoreDescriptors().size() + coreDescriptors.length);
|
||||
|
||||
System.err.println("Persist existing cores:" + cc.getCoreDescriptors());
|
||||
System.err.println("Persist new cores:" + cc.getCoreDescriptors());
|
||||
cds.addAll(cc.getCoreDescriptors());
|
||||
cds.addAll(Arrays.asList(coreDescriptors));
|
||||
|
||||
|
|
Loading…
Reference in New Issue