Skip to content

Commit

Permalink
rebase filesink PR so we don't need those hacks anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Sep 28, 2023
1 parent 9a76ada commit 2efc524
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion crates/re_types/src/archetypes/text_log.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/code-examples/text_log_integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
log::info!("This INFO log got added through the standard logging interface");

rerun::native_viewer::show(storage.take())?;
rec.disconnect(); // force-close the underlying sink to flush it
Ok(())
}

0 comments on commit 2efc524

Please sign in to comment.