From feb966ec55874037a8371acb018cd739a42efd4f Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Sun, 26 Feb 2023 03:56:18 +0100 Subject: [PATCH] Remove debug print --- src/worker.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/worker.rs b/src/worker.rs index 90c9e93..92c69ab 100644 --- a/src/worker.rs +++ b/src/worker.rs @@ -257,8 +257,6 @@ impl Worker { let seqnum = cursor.read_u16::()?; self.chans[ch].packets[to_seqnum(seqnum)].replace(cursor.remaining_slice().into()); - println!("{seqnum}"); - let mut ack_data = Vec::with_capacity(3); ack_data.write_u8(CtlType::Ack as u8)?; ack_data.write_u16::(seqnum)?; -- 2.44.0