Skip to content

Commit

Permalink
src: Remove deprecated stats initialization from main
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso committed Oct 4, 2024
1 parent 2b49d16 commit bbe7970
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ async fn main() -> Result<()> {
hub::add_driver(driver).await?;
}

let _stats = stats::Stats::new(tokio::time::Duration::from_secs(1)).await;

web::run("0.0.0.0:8080".parse().unwrap()).await;

for (id, driver_info) in hub::drivers().await? {
Expand Down

0 comments on commit bbe7970

Please sign in to comment.