Skip to content

Commit

Permalink
fixing duplicate warning form previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Feb 12, 2024
1 parent b8f237b commit cecae22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/router/IntermodalRouter.h
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ class IntermodalRouter : public SUMOAbstractRouter<E, IntermodalTrip<E, N, V> >
const std::string oID = originStopID != "" ? originStopID : from->getID();
const std::string dType = stopID != "" ? "stop" : "edge";
const std::string dID = stopID != "" ? stopID : to->getID();
this->myErrorMsgHandler->informf(TL("No connection between edge '%' and edge '%' found."), from->getID(), to->getID());
this->myErrorMsgHandler->informf(TL("No connection between % '%' and % '%' found."), oType, oID, dType, dID);
}
if (into.size() > 0) {
Expand Down

0 comments on commit cecae22

Please sign in to comment.