Skip to content

Commit 5ae0051

Browse files
author
Mark Wheeler
committed
comment out console.log
1 parent b8b1406 commit 5ae0051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cursor_methods.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ _.extend(CursorMethods.prototype, {
104104
result[atIndex] = changes;
105105
changesObj[field] = result;
106106

107-
console.log(collection, _id);
107+
// console.log(collection, _id);
108108
sub.changed(collection, _id, changesObj);
109109
},
110110
removedAt: function (oldDoc, atIndex) {
@@ -116,4 +116,4 @@ _.extend(CursorMethods.prototype, {
116116

117117
return result;
118118
}
119-
});
119+
});

0 commit comments

Comments
 (0)