Skip to content

Commit

Permalink
chore: reduce logs in tests (#7566)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Apr 5, 2024
1 parent 1281421 commit b994a65
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/chisel/src/executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1782,9 +1782,6 @@ mod tests {
}

fn init_tracing() {
if std::env::var_os("RUST_LOG").is_none() {
std::env::set_var("RUST_LOG", "debug");
}
let _ = tracing_subscriber::FmtSubscriber::builder()
.with_env_filter(tracing_subscriber::EnvFilter::from_default_env())
.try_init();
Expand Down

0 comments on commit b994a65

Please sign in to comment.