Skip to content

Commit

Permalink
debug off
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerboa-app committed May 17, 2024
1 parent 6b6a8df commit 4123981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub struct RuntimeOptions
pub debug_timestamp: bool
}

pub static mut OPTIONS: RuntimeOptions = RuntimeOptions { debug: true, debug_timestamp: false };
pub static mut OPTIONS: RuntimeOptions = RuntimeOptions { debug: false, debug_timestamp: false };

pub fn debug(msg: String, context: Option<String>)
{
Expand Down

0 comments on commit 4123981

Please sign in to comment.