tests: removed console.log from oplog_tests

This commit is contained in:
Gabriel Grubba
2022-11-22 17:50:56 -03:00
parent 4ad4db28de
commit be98140822

View File

@@ -117,7 +117,6 @@ process.env.MONGO_OPLOG_URL && testAsyncMulti(
color: 'blue',
}).observeChanges({
added(id, fields) {
console.log(id, fields)
if (fields.name === 'dog 5') {
blueDog5Id = id
resolver2()