Skip to content

Commit

Permalink
Remove extra console.log() statement in test
Browse files Browse the repository at this point in the history
  • Loading branch information
divergentdave committed Sep 15, 2023
1 parent 3774e3a commit 8ca2ad8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/dap/src/hpkeConfig.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ describe("DAP HpkeConfig", () => {
const kem = new DhkemP256HkdfSha256();
const { publicKey, privateKey } = await kem.generateKeyPair();
const key = await kem.serializePublicKey(publicKey);
console.log(Buffer.from(key).toString("ascii"));

const config = new HpkeConfig(
100,
Expand Down

0 comments on commit 8ca2ad8

Please sign in to comment.