Skip to content
Snippets Groups Projects
Commit fd9dd096 authored by Louis Riviere's avatar Louis Riviere
Browse files

commented print

parent 2218689c
No related branches found
No related tags found
No related merge requests found
......@@ -202,7 +202,7 @@ public class EnigmaBreak {
}
sols.add(new EnigmaSolution(s_key, s_notch, s_plug_board));
System.out.println(Arrays.toString(s_key) + " - " +Arrays.toString(s_notch) + " - " + Arrays.toString(s_plug_board));
// System.out.println(Arrays.toString(s_key) + " - " +Arrays.toString(s_notch) + " - " + Arrays.toString(s_plug_board));
solution = solver.findSolution();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment