Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Jun 30, 2023
1 parent 900f66a commit a595d18
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions crates/re_sdk/src/msg_sender.rs
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,6 @@ impl MsgSender {
let timeless = self.timeless;
let [row_standard, row_splats] = self.into_rows();

// dbg!(&row_standard);
// dbg!(&row_splats);

if let Some(row_splats) = row_splats {
rec_stream.record_row(row_splats, !timeless);
}
Expand Down
2 changes: 1 addition & 1 deletion crates/re_types/source_hash.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This is a sha256 hash for all direct and indirect dependencies of this crate's build script.
# It can be safely removed at anytime to force the build script to run again.
# Check out build.rs to see how it's computed.
e26b40398d30efb613c92ca5cd9352c34108f5acd86839ae336fb7124c963312
afc01539cb778ef699e8cef27436420fe8dc4ee078fdd56d874e2409b3749d88
2 changes: 1 addition & 1 deletion crates/re_types_builder/src/codegen/rust.rs
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ fn quote_trait_impls_from_obj(
let legacy_fqname = objects
.get(fqname)
.try_get_attr::<String>(crate::ATTR_RERUN_LEGACY_FQNAME)
.unwrap_or_else(|| obj_field.typ.fqname().unwrap().to_owned());
.unwrap_or_else(|| fqname.to_owned());

let extract_datatype_and_return = quote! {
array.map(|array| {
Expand Down

0 comments on commit a595d18

Please sign in to comment.