Skip to content

Commit

Permalink
[#396] Remove unsed import
Browse files Browse the repository at this point in the history
Signed-off-by: Ziad Mostafa <[email protected]>
  • Loading branch information
zmostafa committed Oct 16, 2024
1 parent 56705a0 commit ccfba4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iceoryx2-bb/log/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ use std::{
use logger::Logger;
use once_cell::sync::Lazy;
use std::env;
use std::str::FromStr;

#[cfg(feature = "logger_tracing")]
static DEFAULT_LOGGER: logger::tracing::Logger = logger::tracing::Logger::new();
Expand Down

0 comments on commit ccfba4b

Please sign in to comment.