Skip to content

Commit

Permalink
test: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Mar 11, 2023
1 parent a20ab7e commit fce2a73
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/x509-pq/test/x509_pq.sepc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -482,10 +482,6 @@ context("x509-pq", () => {

const keyInfo = AsnConvert.parse(Buffer.from(pem, "base64"), OneAsymmetricKey);
const compositeKeys = AsnConvert.parse(keyInfo.privateKey, CompositePrivateKey);
for (const key of compositeKeys) {
const pem = Buffer.from(AsnConvert.serialize(key)).toString("base64");
console.log(pem);
}
assert.strictEqual(compositeKeys.length, 2);
});

Expand Down

0 comments on commit fce2a73

Please sign in to comment.