Skip to content

Commit

Permalink
Update smacc_action_client_base.hpp
Browse files Browse the repository at this point in the history
Pretty sure this change was made accidently.
  • Loading branch information
brettpac authored Aug 28, 2023
1 parent d70537b commit 613a93f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,8 @@ class SmaccActionClientBase : public ISmaccActionClient
<< getName()
<< "] Action request "
// << rclcpp_action::to_string(this->goalHandle_->get_goal_id()) <<". Goal sent to " << this->action_endpoint_
<< "\": " << std::endl);
// << goal);
<< "\": " << std::endl)
<< goal);

// if (client_->isServerConnected())
// {
Expand Down

0 comments on commit 613a93f

Please sign in to comment.