From d886e1cfb7629a377e90f2c33a07d5b8f45ce4cd Mon Sep 17 00:00:00 2001 From: Lijun Wang <83639177+lijunwangs@users.noreply.github.com> Date: Thu, 16 Jan 2025 11:19:25 -0800 Subject: [PATCH] removed some debug log --- streamer/src/nonblocking/quic.rs | 2 -- 1 file changed, 2 deletions(-) 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,