Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwood committed Mar 30, 2024
1 parent 0377990 commit 7a837d9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,6 @@ fn main() -> Result<()> {
axum::serve(listener, app)
.await
.expect("Failed to start HTTP server.");

// axum::Server::bind(&addr)
// .serve(app.into_make_service())
// .await
// .expect(
// "Failed to bind to socket. Maybe another service is already using the same port",
// );
});

let mut child_stdin = pair.master.take_writer()?;
Expand Down

0 comments on commit 7a837d9

Please sign in to comment.