mirror of https://github.com/fafhrd91/actix-web
remove println
This commit is contained in:
parent
8afea00966
commit
b37387097e
|
@ -1147,7 +1147,6 @@ where
|
||||||
|
|
||||||
#[inline]
|
#[inline]
|
||||||
fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> {
|
fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> {
|
||||||
println!();
|
|
||||||
log::trace!("enter Dispatcher::poll");
|
log::trace!("enter Dispatcher::poll");
|
||||||
|
|
||||||
let this = self.as_mut().project();
|
let this = self.as_mut().project();
|
||||||
|
|
Loading…
Reference in New Issue