Skip to content

Commit 23759ff

Browse files
committed
Removed system.out.println
1 parent 2e92e42 commit 23759ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Attacks/src/main/java/de/rub/nds/tlsattacker/attacks/impl/TLSPoodleAttacker.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ public Boolean isVulnerable() {
7979
LOGGER.debug(ex);
8080
return null;
8181
}
82-
System.out.println(trace.toString());
8382
if (state.getTlsContext().isReceivedFatalAlert()) {
8483
LOGGER.info("NOT Vulnerable. The modified message padding was identified, the server correctly responds with an alert message");
8584
return false;

0 commit comments

Comments
 (0)