Skip to content

Commit

Permalink
test: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Oct 17, 2023
1 parent 2fe66f3 commit f974ba0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/android/test/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ context("Android", () => {
],
});
const raw = AsnConvert.serialize(attestation);
console.log(Buffer.from(raw).toString("hex"));

const attestation2 = AsnConvert.parse(raw, android.AttestationApplicationId);
assert.strictEqual(attestation2.packageInfos.length, 1);
Expand Down

0 comments on commit f974ba0

Please sign in to comment.