remove the println! since the logger already prints the listener
This commit is contained in:
parent
091f203317
commit
933b53b2b1
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ fn main() -> Result<(), io::Error> {
|
|||
.expect(&format!("Can't listen on {} ", bind_addr))
|
||||
.start();
|
||||
|
||||
println!("Started http server: {}", bind_addr);
|
||||
let _ = sys.run();
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue