不要怂,就是干,撸起袖子干!

Commit 8244acc2 by Mick Hansen

Remove else section from pull #490

1 parent 01d9a4b6
Showing with 0 additions and 5 deletions
......@@ -62,11 +62,6 @@ module.exports = (function() {
username = urlParts.auth.split(':')[0]
password = urlParts.auth.split(':')[1]
}
} else {
database = arguments[0]
username = arguments[1]
password = arguments[2]
options = arguments[3]
}
this.options = Utils._.extend({
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!