Remove TODO
This commit is contained in:
parent
fd89f5988e
commit
0f872ddec6
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user