Skip to content

Commit 065ce7b

Browse files
committed
fix(NODE-4251): remove console logging
1 parent dc2901d commit 065ce7b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/tools/spec-runner/index.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,6 @@ function translateClientOptions(options) {
8686
}
8787

8888
options.autoEncryption.kmsProviders = kmsProviders;
89-
90-
if (options.autoEncryption.encryptedFieldsMap) {
91-
const map = options.autoEncryption.encryptedFieldsMap;
92-
if (map['default.encryptedCollection']) {
93-
/* eslint no-console: 0 */
94-
console.log(map['default.encryptedCollection'].fields[0]);
95-
}
96-
}
9789
}
9890

9991
delete options.autoEncryptOpts;

0 commit comments

Comments
 (0)