feat: print envelop kids

This commit is contained in:
2023-10-01 01:26:12 +08:00
parent c5c6ced481
commit 5c7a59f8e1
2 changed files with 2 additions and 1 deletions

View File

@@ -83,7 +83,6 @@ impl TinyEncryptConfig {
if e1.kid > e2.kid { return Ordering::Greater; }
Ordering::Equal
});
debugging!("Found envelopes: {:#?}", envelops);
Ok(envelops)
}
}