Skip to content

Commit

Permalink
fix: remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsaloka committed Apr 30, 2024
1 parent 8b41c8d commit 8758ac1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/shisen_cpp/config/grpc/call_data_get_image.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,5 @@ void CallDataGetImage::HandleRequest()
reply_.set_data(image_bytes.data(), image_bytes.size());
reply_.set_height(image.rows);
reply_.set_width(image.cols);

RCLCPP_INFO(rclcpp::get_logger("Get image"), "image has been sent!");
}
} // namespace shisen_cpp

0 comments on commit 8758ac1

Please sign in to comment.