1
0
Fork 0

Remove out of date comment

This commit is contained in:
Robbert van der Helm 2023-11-05 22:33:28 +01:00
parent ba9f979be6
commit fb71357ca3

View file

@ -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 {