fix(backups/cleanVms): remove useless log

This commit is contained in:
Julien Fontanet 2022-07-29 15:42:36 +02:00
parent 8068b83ffe
commit ef7005a291

View File

@ -232,8 +232,6 @@ exports.cleanVm = async function cleanVm(
} else {
logWarn('same ids but different content')
}
} else {
logInfo('not duplicate', UUID.stringify(vhd.footer.uuid), path)
}
vhdById.set(UUID.stringify(vhdKept.footer.uuid), vhdKept)
})