diff --git a/src/response/builder.rs b/src/response/builder.rs index 1023ee51d..d8d27482e 100644 --- a/src/response/builder.rs +++ b/src/response/builder.rs @@ -423,7 +423,6 @@ impl Future for HttpResponseBuilder { type Output = Result; fn poll(mut self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll { - eprintln!("httpresponse future error"); Poll::Ready(Ok(self.finish())) } }