fix(backups/cleanVms): remove useless log
This commit is contained in:
parent
8068b83ffe
commit
ef7005a291
@ -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)
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user