mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
tests: removed console.log from oplog_tests
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user