From dab002bd1585b0b4390dda8ecd47e2b614afc393 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Fri, 5 Dec 2025 14:11:09 -0500 Subject: [PATCH] remove old messages --- src/math_app.rs | 6 ------ 1 file changed, 6 deletions(-) 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! {