Skip to content

Commit bc4e648

Browse files
committed
Comment out one debugging statement.
1 parent 1bd57e1 commit bc4e648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/owasp/benchmark/tools/BenchmarkCrawler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public static void sendPost( CloseableHttpClient httpclient, HttpPost post ) thr
9898
System.out.println( "POST " + post.getURI() );
9999
try {
100100
HttpEntity entity = response.getEntity();
101-
System.err.println( EntityUtils.toString( entity ) );
101+
// System.err.println( EntityUtils.toString( entity ) );
102102
System.out.println("--> (" + response.getStatusLine().getStatusCode() + ") " );
103103
EntityUtils.consume(entity);
104104
} finally {

0 commit comments

Comments
 (0)