remove old messages

This commit is contained in:
2025-12-05 14:11:09 -05:00
parent f9480fac7c
commit dab002bd15

View File

@@ -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! {