generated from PlexSheep/rs-base
chore: remove an old info that said that c3 is being served
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m1s
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m1s
This commit is contained in:
parent
beede609f1
commit
a83bb67700
1 changed files with 0 additions and 1 deletions
|
@ -232,7 +232,6 @@ impl ChallengeLike for C3 {
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn serve(&self, addr: SocketAddr) -> anyhow::Result<()> {
|
async fn serve(&self, addr: SocketAddr) -> anyhow::Result<()> {
|
||||||
info!("serving challenge 3");
|
|
||||||
let listener = TcpListener::bind(addr).await?;
|
let listener = TcpListener::bind(addr).await?;
|
||||||
|
|
||||||
loop {
|
loop {
|
||||||
|
|
Loading…
Add table
Reference in a new issue