You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2019/02/27 09:51:04 UTC

[lucene-solr] branch master updated: SOLR-12297: Remove debugging System.out line

This is an automated email from the ASF dual-hosted git repository.

datcm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new 00c0229  SOLR-12297: Remove debugging System.out line
00c0229 is described below

commit 00c02290d58cab118c41e9fb01a458a466ea98d4
Author: Cao Manh Dat <da...@apache.org>
AuthorDate: Wed Feb 27 09:50:59 2019 +0000

    SOLR-12297: Remove debugging System.out line
---
 .../src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java      | 1 -
 1 file changed, 1 deletion(-)

diff --git a/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java b/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java
index a50f20a..9b60460 100644
--- a/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java
+++ b/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java
@@ -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) {