Skip to content

Commit 7b5c33b

Browse files
committed
Remove debug line
1 parent 90b9584 commit 7b5c33b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dsm/headers/RoadDynamics.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,6 @@ namespace dsm {
400400
return;
401401
}
402402
}
403-
Logger::info(std::format("Threshold {}", m_weightTreshold));
404403
auto const destinationID = pItinerary->destination();
405404
std::vector<DijkstraResult> shortestPaths(this->graph().nNodes());
406405
tbb::parallel_for_each(

0 commit comments

Comments
 (0)