From 490bdc01d821fb5042c14f37b31d74be8607e8d1 Mon Sep 17 00:00:00 2001 From: Romain BERNARD <romain.bernard@uca.fr> Date: Wed, 19 Jun 2024 18:05:11 +0200 Subject: [PATCH] remove dead code --- src/routes/vehicle/SAEVRoute.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/routes/vehicle/SAEVRoute.cpp b/src/routes/vehicle/SAEVRoute.cpp index 20e23ce..9b6a764 100644 --- a/src/routes/vehicle/SAEVRoute.cpp +++ b/src/routes/vehicle/SAEVRoute.cpp @@ -270,8 +270,6 @@ SAEVRouteChangelist SAEVRoute::insertRequestWithPropagation(const size_t request counterpartKP->setMaxTw(newValue); boundPropagationQueue.emplace(Max, counterpartKP); DEBUG_MSG("\tMAX Destination KP=" + counterpartKP->to_string() + "\n\tModif Max=" + std::to_string(oldValue) + "->" + std::to_string(newValue)); - } else if(!keyPoint->isDepot() && keyPoint->isOrigin()) { -// DEBUG_MSG("Pas de changement pour Max du noeud " + counterpartKP->to_string() + " via son origine " + keyPoint->to_string()); } } } -- GitLab