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