From 8600803ba01ea955ce01a5c43b95ff68b64adf43 Mon Sep 17 00:00:00 2001 From: Gilbert Chen Date: Fri, 10 Nov 2017 13:52:41 -0500 Subject: [PATCH] Remove commented-out call to RestoreMetadata --- src/duplicacy_backupmanager.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/duplicacy_backupmanager.go b/src/duplicacy_backupmanager.go index 972c708..fd5c162 100644 --- a/src/duplicacy_backupmanager.go +++ b/src/duplicacy_backupmanager.go @@ -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 } }