diff --git a/sz-poc-offsite-2025/evm/prover/src/main.rs b/sz-poc-offsite-2025/evm/prover/src/main.rs index dcdfda9..3faf124 100644 --- a/sz-poc-offsite-2025/evm/prover/src/main.rs +++ b/sz-poc-offsite-2025/evm/prover/src/main.rs @@ -177,9 +177,6 @@ fn main() -> Result<(), Box> { #[tokio::main] async fn run_server() -> Result<(), Box> { - // Initialize tracing - tracing_subscriber::fmt::init(); - // Build our application with a route let app = Router::new() .route("/", get(http::serve_proof));