Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
fix(2.6-protocol): kill cursor callback is called by pool now
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Apr 9, 2018
1 parent 5281605 commit 65f2bf7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/wireprotocol/2_6_support.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ WireProtocol.prototype.killCursor = function(bson, ns, cursorState, pool, callba
}
}
}

// Callback
if (typeof callback === 'function') callback(null, null);
};

WireProtocol.prototype.getMore = function(
Expand Down

0 comments on commit 65f2bf7

Please sign in to comment.