Skip to content

Commit

Permalink
fix(log-messages): removing info msg that is redundant with error msg
Browse files Browse the repository at this point in the history
Signed-off-by: AhmedEbrahim <[email protected]>
  • Loading branch information
Ahmed Ebrahim committed Feb 28, 2024
1 parent 2c4377c commit d246e0a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ PoseWithCovarianceStamped NdtModule::align_pose(const PoseWithCovarianceStamped
RCLCPP_INFO(logger_, "Call NDT align server.");
const auto res = cli_align_->async_send_request(req).get();
if (!res->success) {
RCLCPP_INFO(logger_, "NDT align server failed.");
throw ServiceException(
Initialize::Service::Response::ERROR_ESTIMATION, "NDT align server failed.");
}
Expand Down

0 comments on commit d246e0a

Please sign in to comment.