Skip to content

Commit 9ed1528

Browse files
clean up
1 parent ef9cc90 commit 9ed1528

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mongo_client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,6 @@ export class MongoClient extends TypedEventEmitter<MongoClientEvents> implements
555555
options.crl ??= await fs.readFile(options.tlsCRLFile);
556556
}
557557
if (typeof options.tlsCertificateKeyFile === 'string') {
558-
console.log('here');
559558
if (!options.key || !options.cert) {
560559
const contents = await fs.readFile(options.tlsCertificateKeyFile);
561560
options.key ??= contents;

0 commit comments

Comments
 (0)