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 b60d3e2 commit 66f695e
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.
3d31d60c82a965a66e3a219793733623e6dd8b78141d2e5dbf0bfae8072171a3
ea817b6f0425e2192f904e82351e4368b8e9f4bae553e5cc4d86b9c950cf66e0
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 66f695e

Please sign in to comment.