diff --git a/packages/mongo/tests/observe_changes_tests.js b/packages/mongo/tests/observe_changes_tests.js index 8974bd7b22..0fe94d2ebf 100644 --- a/packages/mongo/tests/observe_changes_tests.js +++ b/packages/mongo/tests/observe_changes_tests.js @@ -495,7 +495,6 @@ if (Meteor.isServer) { self.handle = await cursor.observeChanges({ added: function(id, fields) { self.xs.push(fields.x); - console.log('self.expects.length', self.expects); test.notEqual(self.expects.length, 0); self.expects.pop()(); },