diff --git a/db.js b/db.js index c275cc6d..9352ab91 100644 --- a/db.js +++ b/db.js @@ -2687,9 +2687,6 @@ module.exports.CreateDB = function (parent, func) { child_process.exec(cmd, { cwd: backupPath }, function (error, stdout, stderr) { try { if ((error != null) && (error != '')) { - - console.log(error); - if (parent.platform == 'win32') { func(1, "Unable to find mongodump.exe, MongoDB database auto-backup will not be performed."); } else {