chore: remove an old info that said that c3 is being served
cargo devel CI / cargo CI (push) Successful in 2m1s Details

This commit is contained in:
Christoph J. Scherr 2024-09-08 04:22:45 +02:00
parent beede609f1
commit a83bb67700
1 changed files with 0 additions and 1 deletions

View File

@ -232,7 +232,6 @@ impl ChallengeLike for C3 {
}
async fn serve(&self, addr: SocketAddr) -> anyhow::Result<()> {
info!("serving challenge 3");
let listener = TcpListener::bind(addr).await?;
loop {