Skip to content

Commit 894bc81

Browse files
committed
Removed commented code
1 parent a332903 commit 894bc81

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ public class Main {
2727
private static final Logger LOGGER = LogManager.getLogger(Main.class.getName());
2828

2929
public static void main(String[] args) throws IOException {
30-
// scanFile(new File(args[0]));
31-
3230
ScannerConfig config = new ScannerConfig(new GeneralDelegate());
3331
JCommander commander = new JCommander(config);
3432
try {

0 commit comments

Comments
 (0)