Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Techassi committed Apr 24, 2024
1 parent 007956b commit 383091a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/stackable-cockpitd/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ async fn main() -> Result<(), Whatever> {
let listen_addr = SocketAddr::new(cli.address, cli.port);
info!(addr = %listen_addr, "Starting server");

// Needed in next axum version
let tcp_listener = TcpListener::bind(listen_addr)
.await
.whatever_context("failed to bind to listen address")?;
Expand Down

0 comments on commit 383091a

Please sign in to comment.