Skip to content

Commit

Permalink
Remove debug log.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajiaji committed Jun 18, 2022
1 parent be02a46 commit b75ac69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/kemPrimitives/ec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ export class Ec implements KemPrimitives {
consts.KEM_USAGES,
);
} catch (_e: unknown) {
console.log(_e);
throw new Error("Invalid key for the ciphersuite");
}
}
Expand Down

0 comments on commit b75ac69

Please sign in to comment.