Undo add #[cfg(debug_assertions)] in wrong place.

This commit is contained in:
Derek J. Clark 2022-11-28 15:07:09 -08:00
parent 1fa7009ce1
commit 527db60e83

View file

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