removed some print lines
This commit is contained in:
parent
907ffb5079
commit
f93ba910a7
@ -141,8 +141,6 @@ public class GreedyMatchingAlgorithm implements MatchingAlgorithm {
|
||||
match.setSupervisor(availability.getSupervisor());
|
||||
|
||||
match = calculateScore(match);
|
||||
System.out.println("new match points: "+match.getPoints());
|
||||
System.out.println("old match points: " + oldMatch.getPoints());
|
||||
|
||||
if (match.getPoints() > oldMatch.getPoints()) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user