Skip to content

Commit b53d62d

Browse files
authored
Merge pull request #365 from RUB-NDS/useability_fix
Removed system.out.println
2 parents 2e92e42 + 23759ff commit b53d62d

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)