Skip to content

Commit

Permalink
remove debug code ref #12
Browse files Browse the repository at this point in the history
Signed-off-by: m-kro <[email protected]>
  • Loading branch information
m-kro committed Jan 2, 2025
1 parent 67b5704 commit aa2c1d6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/microsim/MSBaseVehicle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -485,11 +485,6 @@ MSBaseVehicle::replaceRouteEdges(ConstMSEdgeVector& edges, double cost, double s

bool
MSBaseVehicle::replaceRoute(ConstMSRoutePtr newRoute, const std::string& info, bool onInit, int offset, bool addRouteStops, bool removeStops, std::string* msgReturn) {

if (myID == "fl_11_159.0") {
bool stopit = true;
}

const ConstMSEdgeVector& edges = newRoute->getEdges();
// rebuild in-vehicle route information
if (onInit) {
Expand Down

0 comments on commit aa2c1d6

Please sign in to comment.