diff --git a/crates/ascend/Cargo.toml b/crates/ascend/Cargo.toml index 4053cd2..aac3bb1 100644 --- a/crates/ascend/Cargo.toml +++ b/crates/ascend/Cargo.toml @@ -27,7 +27,6 @@ derive_more = { version = "1", features = ["display", "error", "from"] } clap = { version = "4.5.7", features = ["derive"] } camino = { version = "1.1", optional = true } type-toppings = { version = "0.2.1", features = ["result"] } -# Tracing tracing = { version = "0.1" } tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } tracing-subscriber-wasm = "0.1.0" @@ -53,10 +52,7 @@ ssr = [ "leptos/ssr", "leptos_meta/ssr", "leptos_router/ssr", - - # "tracing", ] -# tracing = ["leptos/tracing", "dep:tracing", "dep:tracing-subscriber"] [package.metadata.leptos] # The name used by wasm-bindgen/cargo-leptos for the JS/WASM bundle. Defaults to the crate name