Skip to content

Commit 0ee4f47

Browse files
codebyterepanva
andauthored
Update test/parallel/test-crypto-key-objects-to-crypto-key.js
Co-authored-by: Filip Skokan <panva.ip@gmail.com>
1 parent 43ed10c commit 0ee4f47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/parallel/test-crypto-key-objects-to-crypto-key.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ function assertCryptoKey(cryptoKey, keyObject, algorithm, extractable, usages) {
3535
}
3636

3737
for (const algorithm of algorithms) {
38-
console.log(algorithm);
3938
const usages = algorithm === 'AES-KW' ? ['wrapKey', 'unwrapKey'] : ['encrypt', 'decrypt'];
4039
for (const extractable of [true, false]) {
4140
const cryptoKey = key.toCryptoKey(algorithm, extractable, usages);

0 commit comments

Comments
 (0)