Skip to content

Commit

Permalink
Remove copy-paste comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Nov 26, 2024
1 parent ab5b309 commit 7ab5f43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rerun_py/src/remote.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ impl PyConnection {
.map_err(|err| PyRuntimeError::new_err(err.to_string()))?;

let request = UpdateRecordingMetadataRequest {
// TODO(jleibs): Description should really just be in the metadata
recording_id: Some(RecordingId { id: id.to_owned() }),
metadata: Some(metadata),
};
Expand Down

0 comments on commit 7ab5f43

Please sign in to comment.