remove log

This commit is contained in:
acki
2025-05-27 22:44:41 -04:00
parent 882f4d35c0
commit 410f08fa42

View File

@@ -177,7 +177,7 @@ namespace Modelec
continue;
}
RCLCPP_INFO(this->get_logger(), "Lidar point at x=%.2f, y=%.2f, range=%.2f", x_global, y_global, range);
// RCLCPP_INFO(this->get_logger(), "Lidar point at x=%.2f, y=%.2f, range=%.2f", x_global, y_global, range);
if (range < min_distance)
{