From 527db60e83b9f77ccf780903b93e7d30c258e890 Mon Sep 17 00:00:00 2001 From: "Derek J. Clark" Date: Mon, 28 Nov 2022 15:07:09 -0800 Subject: [PATCH] Undo add #[cfg(debug_assertions)] in wrong place. --- backend/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/main.rs b/backend/src/main.rs index 486a301..3985ca0 100644 --- a/backend/src/main.rs +++ b/backend/src/main.rs @@ -35,7 +35,6 @@ fn main() -> Result<(), ()> { std::fs::copy(&log_filepath, &old_log_filepath).expect("Unable to increment logs. Do you have write permissions?"); } } - #[cfg(debug_assertions)] WriteLogger::init( #[cfg(debug_assertions)] {