some more cleaning up

This commit is contained in:
2024-04-24 20:40:51 +02:00
parent 879a50f79e
commit 597f4ca977
3 changed files with 3 additions and 4 deletions

View File

@ -8,7 +8,6 @@ pub fn setup_logger() -> Result<(), fern::InitError> {
}
let mut path_buf = PathBuf::from(LOG_FOLDER);
path_buf.push("output.log");
println!("{:?}", path_buf);
fern::Dispatch::new()
.format(move |out, message, record| {
out.finish(format_args!(