Remove TODO

This commit is contained in:
Tobias Eidelpes 2021-05-20 13:53:42 +02:00
parent fd89f5988e
commit 0f872ddec6

View File

@ -51,7 +51,6 @@ public class TripService implements ITripService {
try { try {
fare = matchingService.calculateFare(tripDTO); fare = matchingService.calculateFare(tripDTO);
} catch (InvalidTripException e) { } catch (InvalidTripException e) {
// TODO: print out logging message
fare = null; fare = null;
} }
tripDTO.setFare(fare); tripDTO.setFare(fare);