diff --git a/src/lib.rs b/src/lib.rs index 304e82c..2c0c6af 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -92,8 +92,7 @@ where command: &iso7816::Command, reply: &mut Data, ) -> Result { - // need to implement Debug on iso7816::Command - // info!("PIV responding to {:?}", command); + info!("PIV responding to {:?}", command); let last_or_only = command.class().chain().last_or_only(); // TODO: avoid owned copy?