We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27e580 commit a01b6d5Copy full SHA for a01b6d5
src/simulation/logging.rs
@@ -76,7 +76,6 @@ fn init_tracing(
76
let duration_dir = dir.join("instrument");
77
let duration_file_name = format!("instrument_process_{file_discriminant}.csv");
78
let duration_path = duration_dir.join(duration_file_name);
79
- println!("Creating new instrument file at: {:?}", duration_path);
80
let (layer, writer_guard) = SpanDurationToCSVLayer::new(&duration_path, level);
81
(Some(layer), Some(writer_guard))
82
} else {
0 commit comments