Skip to content

Commit 4a7dde4

Browse files
committed
removed commented line
1 parent 7bc1d45 commit 4a7dde4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/de/rub/nds/tlsscanner/TlsScanner.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ public SiteReport scan() {
151151
}
152152
return report;
153153
}
154-
// testList.add(new SignatureAndHashAlgorithmProbe(websiteHost));
155154
SiteReport report = new SiteReport(config.getClientDelegate().getHost(), new LinkedList<ProbeType>(), config.isNoColor());
156155
report.setServerIsAlive(false);
157156
if (closeAfterFinish) {

0 commit comments

Comments
 (0)