Skip to content

Commit

Permalink
Remove workaround code for env_logger panic
Browse files Browse the repository at this point in the history
  • Loading branch information
garkimasera committed Dec 3, 2021
1 parent 8152be2 commit 6499401
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rusted-ruins/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@ fn init_rules() {
}

/// Setup logger. It is not game logger. It is for debug and warning information.
#[cfg(not(target_os = "windows"))]
fn setup_logger() {
env_logger::builder().format_timestamp(None).init();
}

#[cfg(target_os = "windows")]
fn setup_logger() {}

0 comments on commit 6499401

Please sign in to comment.