This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 6cdceec Removed wrong system Err output
6cdceec is described below
commit 6cdceec449a524b9a3791f01e27b49be547cbf47
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Jan 17 13:03:28 2019 +0100
Removed wrong system Err output
---
.../elasticsearch/ElasticsearchGetSearchDeleteExistsUpdateTest.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/ElasticsearchGetSearchDeleteExistsUpdateTest.java
b/components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/ElasticsearchGetSearchDeleteExistsUpdateTest.java
index 161e629..1f55bf0 100644
---
a/components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/ElasticsearchGetSearchDeleteExistsUpdateTest.java
+++
b/components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/ElasticsearchGetSearchDeleteExistsUpdateTest.java
@@ -49,7 +49,6 @@ public class ElasticsearchGetSearchDeleteExistsUpdateTest
extends ElasticsearchB
GetResponse response = template.requestBody("direct:get", indexId,
GetResponse.class);
assertNotNull("response should not be null", response);
assertNotNull("response source should not be null",
response.getSource());
- System.err.println(response.getSource());
}
@Test