Undo add #[cfg(debug_assertions)] in wrong place.
This commit is contained in:
parent
1fa7009ce1
commit
527db60e83
1 changed files with 0 additions and 1 deletions
|
@ -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)]
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue