Removed debug code around running mongodump.exe.

This commit is contained in:
Ylian Saint-Hilaire 2022-08-22 10:27:25 -07:00
parent 57d37b7c8a
commit af1e5f52ca

3
db.js
View File

@ -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 {