diff --git a/src/math_app.rs b/src/math_app.rs index b0b03f7..51cf3f1 100644 --- a/src/math_app.rs +++ b/src/math_app.rs @@ -127,12 +127,6 @@ impl MathApp { #[allow(dead_code)] // This is used lol /// Create new instance of [`MathApp`] and return it pub fn new(cc: &eframe::CreationContext<'_>) -> Self { - #[cfg(threading)] - tracing::info!("Threading: Enabled"); - - #[cfg(not(threading))] - tracing::info!("Threading: Disabled"); - tracing::info!("Initializing..."); cfg_if::cfg_if! {