1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2025-12-10 05:13:17 +00:00

Remove commented-out call to RestoreMetadata

This commit is contained in:
Gilbert Chen
2017-11-10 13:52:41 -05:00
parent a6de3c1e74
commit 8600803ba0

View File

@@ -879,8 +879,6 @@ func (manager *BackupManager) Restore(top string, revision int, inPlace bool, qu
if quickMode {
if file.IsSameAsFileInfo(stat) {
LOG_TRACE("RESTORE_SKIP", "File %s unchanged (by size and timestamp)", file.Path)
// shouldn't this be skipped?
// file.RestoreMetadata(fullPath, &stat)
continue
}
}