Skip to content

Commit a01b6d5

Browse files
author
janekdererste
committed
Remove debug logging from logging.rs
1 parent f27e580 commit a01b6d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/simulation/logging.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ fn init_tracing(
7676
let duration_dir = dir.join("instrument");
7777
let duration_file_name = format!("instrument_process_{file_discriminant}.csv");
7878
let duration_path = duration_dir.join(duration_file_name);
79-
println!("Creating new instrument file at: {:?}", duration_path);
8079
let (layer, writer_guard) = SpanDurationToCSVLayer::new(&duration_path, level);
8180
(Some(layer), Some(writer_guard))
8281
} else {

0 commit comments

Comments
 (0)