diff --git a/src/lib.rs b/src/lib.rs index 0003e63..6868996 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -28,11 +28,7 @@ pub struct Wish { impl Wish { pub fn init(config: config::Config) -> Self { - let wish = if cfg!(debug_assertions) { - rstk::trace_with("wish").unwrap() - } else { - rstk::start_wish().unwrap() - }; + let wish = rstk::trace_with("wish").unwrap(); init_rstk_ext();