Log commands

This commit is contained in:
Sosthène Guédon
2022-10-25 11:41:35 +02:00
parent c9a6249d78
commit 4bb20fe0df
+1 -2
View File
@@ -92,8 +92,7 @@ where
command: &iso7816::Command<C>,
reply: &mut Data<R>,
) -> 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?