Skip to content

Commit 20468a2

Browse files
committed
delete spamming log
1 parent 415e90c commit 20468a2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/integration/short/control-connection-tests.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,7 @@ describe('ControlConnection', function () {
164164
});
165165

166166
it('should not break when refreshing concurrently', async () => {
167-
const cc = newInstance({logEmitter: (event, level, className, message, furtherInfo) =>
168-
// eslint-disable-next-line
169-
console.log(`${new Date().toISOString()} [${level}] ${className}: ${message}`, furtherInfo || '')});
167+
const cc = newInstance();
170168
cc.options.policies.loadBalancing = new policies.loadBalancing.RoundRobinPolicy();
171169
disposeAfter(cc);
172170

0 commit comments

Comments
 (0)