Skip to content

Commit

Permalink
Remove unneeded initialisation of std_logger
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Apr 14, 2024
1 parent b3338fc commit dc17f81
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/supervisor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@
//! use heph_rt::ThreadLocal;
//!
//! # fn main() -> Result<(), rt::Error> {
//! # // Enable logging so we can see the error message.
//! # std_logger::Config::logfmt().init();
//! #
//! # let mut runtime = Runtime::new()?;
//! # runtime.run_on_workers(|mut runtime_ref| -> Result<(), !> {
//! # runtime_ref.spawn_local(supervisor, actor_fn(bad_actor), (), ActorOptions::default());
Expand Down

0 comments on commit dc17f81

Please sign in to comment.