Skip to content

Commit 306455b

Browse files
committed
remvoing systout for max conn
1 parent 7c2045e commit 306455b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

java/src/main/java/com/cybersource/ws/client/JDKHttpURLConnection.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ void postDocument(Document request)
6767
"Sending " + requestBytes.length + " bytes to " + serverURL);
6868
out.write(requestBytes);
6969
out.close();
70-
System.out.println(System.getProperty("http.maxConnections"));
7170
System.out.println("JDKHttpURLConnection.postDocument time taken is " + TimeUnit.NANOSECONDS.toMillis(System.nanoTime() - startTime) + " ms");
7271
_isRequestSent = true;
7372
}

0 commit comments

Comments
 (0)