mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
A remove a redundant clone
This commit is contained in:
@@ -333,8 +333,6 @@ _.extend(OplogObserveDriver.prototype, {
|
||||
},
|
||||
_handleDoc: function (id, newDoc) {
|
||||
var self = this;
|
||||
newDoc = _.clone(newDoc);
|
||||
|
||||
var matchesNow = newDoc && self._matcher.documentMatches(newDoc).result;
|
||||
|
||||
var publishedBefore = self._published.has(id);
|
||||
|
||||
Reference in New Issue
Block a user