Skip to content

Commit 57fe51e

Browse files
author
Shigekazu Fukuta
committed
delete debug log
1 parent 52e02e9 commit 57fe51e

File tree

1 file changed

+0
-1
lines changed
  • planning/obstacle_avoidance_planner/src

1 file changed

+0
-1
lines changed

planning/obstacle_avoidance_planner/src/utils.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,6 @@ std::vector<autoware_auto_planning_msgs::msg::TrajectoryPoint> interpolate2DTraj
365365
}
366366

367367
} catch (const std::invalid_argument & e) {
368-
RCLCPP_DEBUG(rclcpp::get_logger("util"), clock, 1000, "%s", e.what());
369368
return std::vector<autoware_auto_planning_msgs::msg::TrajectoryPoint>{};
370369
}
371370
return interpolated_points;

0 commit comments

Comments
 (0)