Remove some println's in the test

Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/2bacebef
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/2bacebef
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/2bacebef

Branch: refs/heads/master
Commit: 2bacebefbb758bf1fd2f0517033fb11ae3f8f8a8
Parents: 9962043
Author: Daniel Kulp <[email protected]>
Authored: Mon Mar 24 16:26:35 2014 -0400
Committer: Daniel Kulp <[email protected]>
Committed: Tue Mar 25 09:34:07 2014 -0400

----------------------------------------------------------------------
 .../src/test/java/org/apache/cxf/jaxws/JaxWsClientTest.java    | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/2bacebef/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/JaxWsClientTest.java
----------------------------------------------------------------------
diff --git 
a/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/JaxWsClientTest.java 
b/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/JaxWsClientTest.java
index 195fdeb..7f043d0 100644
--- a/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/JaxWsClientTest.java
+++ b/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/JaxWsClientTest.java
@@ -275,11 +275,7 @@ public class JaxWsClientTest extends AbstractJaxWsTest {
         assertNotSame(c3.getEndpoint(), c2.getEndpoint());
 
         c3.getInInterceptors();
-        
-        System.out.println(c2.getRequestContext());
-        System.out.println(((BindingProvider)greeter2).getRequestContext());
-        
-        
+
         ((BindingProvider)greeter).getRequestContext().put("test", "manny");
         ((BindingProvider)greeter2).getRequestContext().put("test", "moe");
         ((BindingProvider)greeter3).getRequestContext().put("test", "jack");

Reply via email to