scdc: remove redundant log output
This commit is contained in:
parent
0c07021043
commit
4fda5d800a
1 changed files with 0 additions and 1 deletions
|
@ -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:?}"
|
||||
|
|
Loading…
Reference in a new issue