Skip to content

Commit

Permalink
Remove debug logging from logging.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
janekdererste committed Sep 2, 2024
1 parent f27e580 commit a01b6d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/simulation/logging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ fn init_tracing(
let duration_dir = dir.join("instrument");
let duration_file_name = format!("instrument_process_{file_discriminant}.csv");
let duration_path = duration_dir.join(duration_file_name);
println!("Creating new instrument file at: {:?}", duration_path);
let (layer, writer_guard) = SpanDurationToCSVLayer::new(&duration_path, level);
(Some(layer), Some(writer_guard))
} else {
Expand Down

0 comments on commit a01b6d5

Please sign in to comment.