mirror of
https://github.com/fafhrd91/actix-web
synced 2024-12-18 01:43:58 +01:00
remove rogue eprintln
This commit is contained in:
parent
947caa3599
commit
a9dc1586a0
@ -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 New Issue
Block a user