remove println

This commit is contained in:
Rob Ede 2022-01-27 06:41:47 +00:00
parent 8afea00966
commit b37387097e
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 0 additions and 1 deletions

View File

@ -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();