Skip to content

Commit

Permalink
test: remove accidentally committed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Oct 15, 2019
1 parent 33744f5 commit 7b8dcbf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/functional/mongo_client_tests.js
Expand Up @@ -631,10 +631,6 @@ describe('MongoClient', function() {

const client = configuration.newClient(url);
client.connect(function(err) {
if (err == null) {
console.dir({ topology: client.topology }, { depth: 5 });
}

test.ok(err != null);
done();
});
Expand Down

0 comments on commit 7b8dcbf

Please sign in to comment.