Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Oct 27, 2023
1 parent 8affe06 commit 2d81cd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/server/src/helpers/iso/isoCrypto/getWebCrypto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export async function getWebCrypto(): Promise<Crypto> {
const _crypto = await _getWebCryptoInternals.stubThisImportNodeCrypto();

if (_crypto.webcrypto) {
console.log('node:crypto.webcrypto');
webCrypto = _crypto.webcrypto as Crypto;
return webCrypto;
}
Expand Down

0 comments on commit 2d81cd5

Please sign in to comment.