mirror of
https://github.com/actix/actix-web.git
synced 2025-01-03 13:58:44 +00:00
remove rogue eprintln
This commit is contained in:
parent
947caa3599
commit
a9dc1586a0
1 changed files with 0 additions and 1 deletions
|
@ -422,7 +422,6 @@ impl Future for HttpResponseBuilder {
|
|||
type Output = Result<HttpResponse, Error>;
|
||||
|
||||
fn poll(mut self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<Self::Output> {
|
||||
eprintln!("httpresponse future error");
|
||||
Poll::Ready(Ok(self.finish()))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue