diff --git a/src/compat.rs b/src/compat.rs index c2e8b68..1e8505e 100644 --- a/src/compat.rs +++ b/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());