Removed extra 'minutes' labels

This commit is contained in:
Michael Rausch
2017-05-04 01:08:18 +12:00
parent aa6ef72670
commit 7e8c3af9ce
3 changed files with 10 additions and 5 deletions
+2 -2
View File
@@ -102,8 +102,8 @@ public class Race {
events.put(boat, new ArrayList<>(Arrays.asList(event)));
}
totalDistance += event.getDistanceBetweenMarks();
System.out.println(totalDistance);
System.out.println(boat.getVelocity());
//System.out.println(totalDistance);
//System.out.println(boat.getVelocity());
}
// There are no more marks after this event