diff --git a/parser/src/debug.rs b/parser/src/debug.rs index a35d05b..2edf3be 100644 --- a/parser/src/debug.rs +++ b/parser/src/debug.rs @@ -33,7 +33,6 @@ mod debug { } /// Return whether debugging features are enabled in this execution. - #[cfg(debug_assertions)] pub fn enabled() -> bool { static ENABLED: OnceLock = OnceLock::new(); *ENABLED.get_or_init(|| std::env::var("SAPHYR_DEBUG").is_ok())