remove old messages

This commit is contained in:
Simon Gardling 2025-12-05 14:11:09 -05:00
parent f9480fac7c
commit dab002bd15
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

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