Skip to content

Commit

Permalink
fix: disable debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
zr3 committed Jan 17, 2024
1 parent a0e2e38 commit dc25829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wild-thyme/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pub const IS_DEBUG_MODE_ACTIVE: bool = true;
pub const IS_DEBUG_MODE_ACTIVE: bool = false;

use std::collections::HashMap;

Expand Down

0 comments on commit dc25829

Please sign in to comment.