Skip to content
Snippets Groups Projects
Commit 4b1b3e29 authored by Johannes Mey's avatar Johannes Mey
Browse files

cleanup

parent 5de508e6
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,6 @@ public class RandomSolver implements BenchmarkableSolver {
numTotalSoftwareSolutions++;
Solution solution = model.createRandomSolution(random);
// logger.debug("\n" + solution.print(new MquatWriteSettings(" ")).toString());
if (solution.isValid()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment