Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
amigin committed Nov 22, 2024
1 parent 2dd6432 commit 9f910d5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions my-no-sql-data-writer/src/ping_pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,6 @@ async fn ping_loop() {
println!("{}:{} ping error: {:?}", itm.name, itm.version, err);
continue;
}

let fl_url_response = fl_url_response.unwrap();

println!(
"{}:{} ping status code {}",
itm.name,
itm.version,
fl_url_response.get_status_code()
)
}
}
}
Expand Down

0 comments on commit 9f910d5

Please sign in to comment.