You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2019/11/14 17:55:26 UTC

[cxf-fediz] 03/03: Removing println

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

coheigea pushed a commit to branch 1.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git

commit 54c10cf995928e18cae5d5e28fd8a6ed552685f6
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Nov 14 17:53:02 2019 +0000

    Removing println
---
 .../test/java/org/apache/cxf/fediz/systests/oidc/AbstractOIDCTest.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/systests/oidc/src/test/java/org/apache/cxf/fediz/systests/oidc/AbstractOIDCTest.java b/systests/oidc/src/test/java/org/apache/cxf/fediz/systests/oidc/AbstractOIDCTest.java
index 21ca8d8..ae60c21 100644
--- a/systests/oidc/src/test/java/org/apache/cxf/fediz/systests/oidc/AbstractOIDCTest.java
+++ b/systests/oidc/src/test/java/org/apache/cxf/fediz/systests/oidc/AbstractOIDCTest.java
@@ -1064,7 +1064,6 @@ abstract class AbstractOIDCTest {
         WebClient webClient = setupWebClient(user, password, getIdpHttpsPort());
         final UnexpectedPage responsePage = webClient.getPage(url);
         String response = responsePage.getWebResponse().getContentAsString();
-        System.out.println("RESP: " + response);
         Assert.assertTrue(response.contains("2011-04-29"));
         Assert.assertTrue(response.contains("RSA"));
         Assert.assertTrue(response.contains("\"e\":"));