This is an automated email from the ASF dual-hosted git repository.
robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push:
new bb5d867f76 code cleanup
bb5d867f76 is described below
commit bb5d867f763adde9dbdb3302532b9896bb3bbacb
Author: Robert Lazarski <[email protected]>
AuthorDate: Sun Feb 11 16:19:06 2024 -1000
code cleanup
---
modules/saaj/src/org/apache/axis2/saaj/SOAPConnectionImpl.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/saaj/src/org/apache/axis2/saaj/SOAPConnectionImpl.java
b/modules/saaj/src/org/apache/axis2/saaj/SOAPConnectionImpl.java
index a0856344c3..3527ad79b7 100644
--- a/modules/saaj/src/org/apache/axis2/saaj/SOAPConnectionImpl.java
+++ b/modules/saaj/src/org/apache/axis2/saaj/SOAPConnectionImpl.java
@@ -436,7 +436,6 @@ public class SOAPConnectionImpl extends SOAPConnection {
isFailure = true;
} else if ((responseCode / 100) != 2) {
log.error("Error code: " +responseCode+ " , received on URL: "
+ url);
- System.out.println("Error code: " +responseCode+ " , received
on URL: " + url);
throw new SOAPException("Error response: (" + responseCode
+ httpCon.getResponseMessage());
}