Skip to content

Commit 860d741

Browse files
committed
rm: prints
1 parent 44d5b05 commit 860d741

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/integration/node-specific/topology.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ describe('Topology', function () {
1515
} catch (error) {
1616
done(error);
1717
}
18-
console.log('before close');
1918
topology.close({}, err => {
20-
console.log('In close');
2119
try {
2220
expect(err).to.not.exist;
2321
expect(topology.isDestroyed()).to.be.true;

0 commit comments

Comments
 (0)