Skip to content

Commit

Permalink
Remove duplicate print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sjahr authored Aug 12, 2024
1 parent 4bac6ac commit fe953d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion capabilities/src/execute_task_solution_capability.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ const moveit::core::JointModelGroup* findJointModelGroup(const moveit::core::Rob
return jmg;
}
}
RCLCPP_WARN(LOGGER, fmt::format("Could not find JointModelGroup that actuates {}", fmt::join(joints, ", ")));
return nullptr;
}
} // namespace
Expand Down

0 comments on commit fe953d0

Please sign in to comment.