remove old messages
This commit is contained in:
parent
f9480fac7c
commit
dab002bd15
@ -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! {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user