Skip to content

Commit ace85a3

Browse files
committed
log
1 parent ab0c0f4 commit ace85a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/integration/client-side-encryption/client_side_encryption.prose.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,8 +1184,6 @@ describe('Client Side Encryption Prose Tests', metadata, function () {
11841184
.to.be.instanceOf(Error)
11851185
.to.have.property('name', 'MongoServerSelectionError');
11861186

1187-
console.log(insertError.cause.cause.errors[0].stack);
1188-
11891187
expect(insertError, 'Error must contain ECONNREFUSED').to.satisfy(
11901188
error =>
11911189
/ECONNREFUSED/.test(error.message) ||

0 commit comments

Comments
 (0)