diff --git a/scdc/src/lib.rs b/scdc/src/lib.rs index 4d9fbd0..9e80a08 100644 --- a/scdc/src/lib.rs +++ b/scdc/src/lib.rs @@ -254,7 +254,6 @@ impl CardTransaction for ScdTransaction<'_> { self.scd.send_cmd(&send)?; while let Some(response) = rt.block_on(self.scd.agent.next()) { - log::trace!("transmit res: {:x?}", response); if response.is_err() { return Err(SmartcardError::Error(format!( "Unexpected error response from SCD {response:?}"