Remove "NotFound hit" debug message (#1927)

This commit is contained in:
Andrew Silver
2023-04-11 23:38:21 +02:00
committed by GitHub
parent b92b91e75e
commit 31aed243d9
-1
View File
@@ -29,7 +29,6 @@ where
}
fn call(&mut self, _req: Request<B>) -> Self::Future {
println!("NotFound hit");
ready(Ok(StatusCode::NOT_FOUND.into_response()))
}
}