mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
refactor: remove error stack logging from npm-mongo connection error handling
This commit is contained in:
@@ -12,8 +12,6 @@ function connect(client) {
|
||||
}
|
||||
return false
|
||||
} else {
|
||||
// log the stack
|
||||
console.error(error.stack);
|
||||
throw new Error(`Failed to initialize Meteor's npm-mongo package: ${error}`);
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user