Delete log

This commit is contained in:
Jim LAURIE 2018-05-01 14:31:26 +02:00 committed by GitHub
parent 238c0c8141
commit 806904c498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,8 +29,6 @@ module.exports = (scope, success, error) => {
connectOptions.ssl = ssl ? true : false;
console.log(connectOptions);
Mongoose.connect(`mongodb://${scope.database.settings.host}:${scope.database.settings.port}/${scope.database.settings.database}`, connectOptions, function (err) {
if (err) {
logger.warn('Database connection has failed! Make sure your database is running.');