We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9cc90 commit 9ed1528Copy full SHA for 9ed1528
src/mongo_client.ts
@@ -555,7 +555,6 @@ export class MongoClient extends TypedEventEmitter<MongoClientEvents> implements
555
options.crl ??= await fs.readFile(options.tlsCRLFile);
556
}
557
if (typeof options.tlsCertificateKeyFile === 'string') {
558
- console.log('here');
559
if (!options.key || !options.cert) {
560
const contents = await fs.readFile(options.tlsCertificateKeyFile);
561
options.key ??= contents;
0 commit comments