diff --git a/sz-poc-offsite-2025/evm/prover/src/main.rs b/sz-poc-offsite-2025/evm/prover/src/main.rs index f84a060..8ad949f 100644 --- a/sz-poc-offsite-2025/evm/prover/src/main.rs +++ b/sz-poc-offsite-2025/evm/prover/src/main.rs @@ -183,9 +183,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));