diff --git a/streamer/src/nonblocking/quic.rs b/streamer/src/nonblocking/quic.rs index 5dd0b9470f01a9..bc958cc6aa0de3 100644 --- a/streamer/src/nonblocking/quic.rs +++ b/streamer/src/nonblocking/quic.rs @@ -308,9 +308,7 @@ async fn run_server( .store(endpoints.len(), Ordering::Relaxed); let staked_connection_table: Arc> = Arc::new(Mutex::new(ConnectionTable::new())); - info!("Creating the packet_batch_sender, and async channel"); let (sender, receiver) = async_bounded(coalesce_channel_size); - info!("Created async channel"); tokio::spawn(packet_batch_sender( packet_sender, receiver,