diff --git a/planning/behavior_velocity_planner/launch/behavior_velocity_planner.launch.xml b/planning/behavior_velocity_planner/launch/behavior_velocity_planner.launch.xml
index 995910c72db16..140ce5836c792 100644
--- a/planning/behavior_velocity_planner/launch/behavior_velocity_planner.launch.xml
+++ b/planning/behavior_velocity_planner/launch/behavior_velocity_planner.launch.xml
@@ -37,25 +37,6 @@
-<<<<<<< HEAD
-=======
-<<<<<<< HEAD
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-=======
->>>>>>> (editting) add stop reason2 to scene modules
@@ -71,10 +52,6 @@
-<<<<<<< HEAD
-=======
->>>>>>> (editting) add stop reason2 to scene modules
->>>>>>> (editting) add stop reason2 to scene modules
diff --git a/planning/behavior_velocity_planner/src/scene_module/virtual_traffic_light/scene.cpp b/planning/behavior_velocity_planner/src/scene_module/virtual_traffic_light/scene.cpp
index 7dac3a0cc3029..ebab543eaab87 100644
--- a/planning/behavior_velocity_planner/src/scene_module/virtual_traffic_light/scene.cpp
+++ b/planning/behavior_velocity_planner/src/scene_module/virtual_traffic_light/scene.cpp
@@ -362,9 +362,7 @@ bool VirtualTrafficLightModule::modifyPathVelocity(
if (command_.type == "intersection_coordination") {
*stop_reason_2 = planning_utils::initializeStopReason2(
tier4_planning_msgs::msg::StopReason2::INTERSECTION_COORDINATION);
- }
- // The name "eva_beacon_system" should be changed because of its project specific name
- else if (command_.type == "eva_beacon_system") {
+ } else if (command_.type == "eva_beacon_system") {
*stop_reason_2 = planning_utils::initializeStopReason2(
tier4_planning_msgs::msg::StopReason2::EVA_BEACON_SYSTEM);
} else {