From b37387097e3783b4b74ce96b9f613dcd519da600 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Thu, 27 Jan 2022 06:41:47 +0000 Subject: [PATCH] remove println --- actix-http/src/h1/dispatcher.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/actix-http/src/h1/dispatcher.rs b/actix-http/src/h1/dispatcher.rs index 2d380d583..21797555c 100644 --- a/actix-http/src/h1/dispatcher.rs +++ b/actix-http/src/h1/dispatcher.rs @@ -1147,7 +1147,6 @@ where #[inline] fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll { - println!(); log::trace!("enter Dispatcher::poll"); let this = self.as_mut().project();