clean console

This commit is contained in:
Nacho Codoñer
2024-10-29 15:49:21 +01:00
parent ac103bad1f
commit fc808d90ff

View File

@@ -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()();
},