Skip to content

Commit 67d6a24

Browse files
committed
remove debug code
1 parent 48600d9 commit 67d6a24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test.js

-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,6 @@ test.cb('#14 fix - closing with keepClose before open', t => {
364364
let connectionsCount = 0;
365365

366366
wss.on('connection', ws => {
367-
console.log('new connection', connectionsCount);
368367
connectionsCount++;
369368
if (connectionsCount > 1) {
370369
t.fail('only one connection was expected');

0 commit comments

Comments
 (0)