Removed debug code around running mongodump.exe.

Ylian Saint-Hilaire committed Aug 22, 2022 at 10:27 UTC af1e5f52ca1cb810bcfb92d067a909c1ab81144b
1 file changed -3
db.js
-3
@@ -2687,9 +2687,6 @@ module.exports.CreateDB = function (parent, func) {
2687 child_process.exec(cmd, { cwd: backupPath }, function (error, stdout, stderr) {
2688 try {
2689 if ((error != null) && (error != '')) {
2690 -
2691 - console.log(error);
2692 -
2690 if (parent.platform == 'win32') {
2691 func(1, "Unable to find mongodump.exe, MongoDB database auto-backup will not be performed.");
2692 } else {