mirror of https://github.com/apache/lucene.git
SOLR-12297: Remove debugging System.out line
This commit is contained in:
parent
78a57f75cb
commit
00c02290d5
|
@ -231,7 +231,6 @@ public class Http2SolrClient extends SolrClient {
|
||||||
}
|
}
|
||||||
|
|
||||||
assert ObjectReleaseTracker.release(this);
|
assert ObjectReleaseTracker.release(this);
|
||||||
System.out.println("Done close " + httpClient.getExecutor().toString());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isV2ApiRequest(final SolrRequest request) {
|
public boolean isV2ApiRequest(final SolrRequest request) {
|
||||||
|
|
Loading…
Reference in New Issue