Skip to content

Commit

Permalink
console.log like there is no tomorrow
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed Nov 26, 2021
1 parent be8564a commit b4531ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cwt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ impl<'a> FromIterator<&'a (Value, Value)> for CwtHeader {
if k == COSE_HEADER_KEY_KID {
// found kid
if let Some(kid) = val.as_bytes() {
println!("{:?}", kid);
header.kid(kid.clone());
}
} else if k == COSE_HEADER_KEY_ALG {
Expand Down

0 comments on commit b4531ae

Please sign in to comment.