1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2025-12-06 00:03:38 +00:00

Remove a log message meant for debugging only

This commit is contained in:
Gilbert Chen
2019-11-21 21:23:31 -05:00
parent ca7d927840
commit 9baafdafa2

View File

@@ -490,7 +490,6 @@ func ListEntries(top string, path string, fileList *[]*Entry, patterns []string,
}
if entry.IsLink() {
isRegular := false
LOG_INFO("debug", "readlink: %s %s", top, entry.Path)
isRegular, entry.Link, err = Readlink(joinPath(top, entry.Path))
if err != nil {
LOG_WARN("LIST_LINK", "Failed to read the symlink %s: %v", entry.Path, err)