Skip to content

Commit 35519d1

Browse files
committed
Remove commented-out code
1 parent 931e83a commit 35519d1

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

examples/microphone_profiling.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,6 @@ fn main() -> Result<(), Box<dyn Error>> {
4848
)?;
4949
println!("Plots saved to microphone_intervals.png");
5050

51-
/*
52-
let csv_file_path = "microphone_intervals.csv";
53-
let mut csv_file = std::fs::File::create(csv_file_path)?;
54-
use std::io::Write;
55-
for dt in &intervals {
56-
writeln!(csv_file, "{}", dt.as_nanos())?;
57-
}
58-
println!("Saved intervals to {}", csv_file_path);
59-
*/
6051
Ok(())
6152
}
6253

0 commit comments

Comments
 (0)