Skip to content

Commit

Permalink
remove logging for every command interface
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor committed Jun 28, 2023
1 parent 093a048 commit 981dd57
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions controller_manager/src/controller_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,6 @@ std::vector<std::string> get_preceding_controller_names(
auto cmd_itfs = ctrl.c->command_interface_configuration().names;
for (const auto & itf : cmd_itfs)
{
RCLCPP_DEBUG(
rclcpp::get_logger("ControllerManager::utils"),
"Checking command interface : %s, for the controller : %s", itf.c_str(),
controller_name.c_str());
if (itf.find(controller_name) != std::string::npos)
{
preceding_controllers.push_back(ctrl.info.name);
Expand Down

0 comments on commit 981dd57

Please sign in to comment.