From dc9c1b3d5fac6a3857bcccbdd9b7c668342cf51b Mon Sep 17 00:00:00 2001 From: Danny Browning Date: Sat, 23 Nov 2019 11:16:03 -0700 Subject: [PATCH] Remove trace on start send --- src/compat.rs | 1 - 1 file changed, 1 deletion(-) 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());