SOLR-12297: Remove debugging System.out line

This commit is contained in:
Cao Manh Dat 2019-02-27 09:50:59 +00:00
parent 78a57f75cb
commit 00c02290d5
1 changed files with 0 additions and 1 deletions

View File

@ -231,7 +231,6 @@ public class Http2SolrClient extends SolrClient {
}
assert ObjectReleaseTracker.release(this);
System.out.println("Done close " + httpClient.getExecutor().toString());
}
public boolean isV2ApiRequest(final SolrRequest request) {