Skip to content

Commit b1952dd

Browse files
hexbabelia-viam
andauthored
Update src/viam/sdk/components/private/camera_client.cpp
Co-authored-by: lia <[email protected]>
1 parent 845ff3b commit b1952dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/viam/sdk/components/private/camera_client.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ Camera::image_collection from_proto(const viam::component::camera::v1::GetImages
5656
raw_image.bytes = bytes;
5757
// TODO(RSDK-11733): This is a temporary fix to support handling both the format and mime
5858
// type. We will remove this once we remove the format field from the proto.
59-
// We will remove this once we remove the format field from the proto.
6059
if (!img.mime_type().empty()) {
6160
raw_image.mime_type = img.mime_type();
6261
} else {

0 commit comments

Comments
 (0)