Skip to content

Commit cc07f5b

Browse files
asdf
1 parent 4d92549 commit cc07f5b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/tools/spec-runner/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,8 @@ function generateTopologyTests(testSuites, testContext, filter) {
177177
utilClient = this.configuration.newClient();
178178
}
179179

180-
console.log('connecting');
181180
await utilClient.connect();
182181

183-
console.log('connected');
184182
const allRequirements = runOn.map(legacyRunOnToRunOnRequirement);
185183

186184
const someRequirementMet =
@@ -381,7 +379,6 @@ function runTestSuiteTest(configuration, spec, context) {
381379
}
382380

383381
const url = resolveConnectionString(configuration, spec, context);
384-
console.error({ url });
385382
const client = configuration.newClient(url, clientOptions);
386383
CMAP_EVENTS.forEach(eventName => client.on(eventName, event => context.cmapEvents.push(event)));
387384
SDAM_EVENTS.forEach(eventName => client.on(eventName, event => context.sdamEvents.push(event)));

0 commit comments

Comments
 (0)