Skip to content

Commit

Permalink
Ignore silently missing aimed departure time
Browse files Browse the repository at this point in the history
  • Loading branch information
vpaturet committed May 24, 2024
1 parent a9ba249 commit 61f9fd9
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ public TripAndPattern match(
}

if (calls.getFirst().getAimedDepartureTime() == null) {
LOG.warn(
"Missing aimed departure time on first stop for estimated vehicle journey '{}'",
DebugString.of(journey)
);
return null;
}

Expand Down

0 comments on commit 61f9fd9

Please sign in to comment.