scdc: remove redundant log output

This commit is contained in:
Heiko Schaefer 2023-08-31 13:17:32 +02:00
parent 0c07021043
commit 4fda5d800a
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -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:?}"