Remove out of date comment
This commit is contained in:
parent
ba9f979be6
commit
fb71357ca3
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue