diff --git a/planning/behavior_path_lane_change_module/src/interface.cpp b/planning/behavior_path_lane_change_module/src/interface.cpp index 472870e2f36fc..0e2aaed2b38f6 100644 --- a/planning/behavior_path_lane_change_module/src/interface.cpp +++ b/planning/behavior_path_lane_change_module/src/interface.cpp @@ -208,11 +208,6 @@ bool LaneChangeInterface::canTransitSuccessState() } } - if (!module_type_->isValidPath()) { - log_debug_throttled("Has no valid path."); - return true; - } - if (module_type_->isAbortState() && module_type_->hasFinishedAbort()) { log_debug_throttled("Abort process has completed."); return true;