mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-06 23:23:08 +00:00
remove tracing initialization
This commit is contained in:
parent
b294832b3c
commit
58981a5ea8
@ -177,9 +177,6 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
|
||||
#[tokio::main]
|
||||
async fn run_server() -> Result<(), Box<dyn std::error::Error>> {
|
||||
// Initialize tracing
|
||||
tracing_subscriber::fmt::init();
|
||||
|
||||
// Build our application with a route
|
||||
let app = Router::new()
|
||||
.route("/", get(http::serve_proof));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user