diff --git a/src/wrapper/util.rs b/src/wrapper/util.rs index d5bf1510..12c6db91 100644 --- a/src/wrapper/util.rs +++ b/src/wrapper/util.rs @@ -102,7 +102,6 @@ pub fn clamp_output_event_timing(timing: u32, total_buffer_len: u32) -> u32 { /// - A file path, in which case the output gets appended to the end of that file which will be /// created if necessary. pub fn setup_logger() { - // If opening the file fails, then we'll log to STDERR anyways, hence this closure let log_level = if cfg!(debug_assertions) { log::LevelFilter::Trace } else {