Skip to content

Commit 6890308

Browse files
authored
remove unnecessary log of the CM args (ros-controls#1720)
1 parent 8f7374f commit 6890308

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

controller_manager/src/ros2_control_node.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ int main(int argc, char ** argv)
5050
// A simple way to reject non ros args
5151
continue;
5252
}
53-
RCLCPP_INFO(rclcpp::get_logger("CM args"), "Adding argument: %s", argv[i]);
5453
node_arguments.push_back(argv[i]);
5554
}
5655
cm_node_options.arguments(node_arguments);

0 commit comments

Comments
 (0)