From fb71357ca36f8229250be8f3385f1ecd5c3d6560 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 5 Nov 2023 22:33:28 +0100 Subject: [PATCH] Remove out of date comment --- src/wrapper/util.rs | 1 - 1 file changed, 1 deletion(-) 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 {