remove bug in optional argument handling

This commit is contained in:
Brian Gough
2015-08-18 11:23:10 +01:00
parent 27c382416a
commit f237f7c3cc

View File

@@ -23,7 +23,6 @@ module.exports =
if (typeof callback == 'undefined')
callback = options
options = {}
callback = () ->
collection = db_command.collectionName
if collection.match(/\$cmd$/)
@@ -52,7 +51,6 @@ module.exports =
if (typeof callback == 'undefined')
callback = options
options = {}
callback = () ->
if ns.match(/\$cmd$/)
# Ignore noisy command methods like authenticating, ismaster and ping