Skip to content

Commit 742b50c

Browse files
committed
remove debug statement
1 parent 531f638 commit 742b50c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/integration/change-streams/change_stream.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,6 @@ describe('Change Streams', function () {
464464

465465
const err = await changeStream.next().catch(e => e);
466466
expect(err).to.exist;
467-
console.log(`pavel >>> ${JSON.stringify(err)}`);
468467
await changeStream.close();
469468
await client.close();
470469
}

0 commit comments

Comments
 (0)