This is an automated email from the ASF dual-hosted git repository. shuber pushed a commit to branch unomi-1.5.x in repository https://gitbox.apache.org/repos/asf/unomi.git
commit 30e05c8d8ecae13ed407862a7aa13bec9b22aac2 Author: MT BENTERKI <[email protected]> AuthorDate: Fri Feb 5 17:10:00 2021 +0100 UNOMI-425 Fix IT (#245) * UNOMI-425 Fix GraphQLProfilePropertiesIT * UNOMI-425 remove system.out.println (cherry picked from commit 71783712ca08d8a2a68236245dcddc7e6f7ca5e6) --- itests/src/test/java/org/apache/unomi/itests/BasicIT.java | 1 - 1 file changed, 1 deletion(-) diff --git a/itests/src/test/java/org/apache/unomi/itests/BasicIT.java b/itests/src/test/java/org/apache/unomi/itests/BasicIT.java index 0ae2feb..033b762 100644 --- a/itests/src/test/java/org/apache/unomi/itests/BasicIT.java +++ b/itests/src/test/java/org/apache/unomi/itests/BasicIT.java @@ -116,7 +116,6 @@ public class BasicIT extends BaseIT { // by the connection manager. String responseContent; try (CloseableHttpResponse response = HttpClientBuilder.create().build().execute(request)) { - System.out.println(response.getStatusLine()); HttpEntity entity = response.getEntity(); // do something useful with the response body // and ensure it is fully consumed
