removed some print lines

This commit is contained in:
FredrikNorberg 2012-02-14 17:08:09 +01:00
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()) {