From 07a98b4446367ee2d03517a15fa9cb4893b9f8ca Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Fri, 15 Mar 2024 17:10:11 +0100 Subject: [PATCH] remove debug print --- src/isotp/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/isotp/mod.rs b/src/isotp/mod.rs index cf0a29b..f3d888f 100644 --- a/src/isotp/mod.rs +++ b/src/isotp/mod.rs @@ -279,7 +279,6 @@ impl<'a> IsoTPAdapter<'a> { let mut buf = Vec::new(); let mut len: Option = None; let mut idx: u8 = 1; - println!("RX"); while let Some(frame) = stream.next().await { let frame = frame?;