Remove duplicate message on normal connection termination

This commit is contained in:
Tony Garnock-Jones 2020-05-18 11:38:05 +02:00
parent 461b12344c
commit 1bfee29886
1 changed files with 0 additions and 1 deletions

View File

@ -100,7 +100,6 @@ async fn run_connection(connid: ConnId,
"closed before starting")),
_ => unreachable!()
}
println!("Connection {} ({:?}) terminated normally", connid, addr);
Ok(())
}