Remove trace on start send

pull/3/head
Danny Browning 5 years ago committed by Sebastian Dröge
parent 8ed45bc110
commit dc9c1b3d5f
  1. 1
      src/compat.rs

@ -46,7 +46,6 @@ where
unsafe {
if !self.context.0 {
//was called by start_send without context
debug!("start_send without context");
return Poll::Pending
}
assert!(!self.context.1.is_null());

Loading…
Cancel
Save