chore: reduce log

This commit is contained in:
Simon Ding
2025-04-20 10:44:41 +08:00
parent 8e9ba101c8
commit aee32c7bbf

View File

@@ -48,7 +48,6 @@ func (l *LocalStorage) Copy(src, destDir string,walkFn WalkFn) error {
}
}
log.Infof("copy file %s to %s success", srcReader, destPath)
return nil
}
return b.Upload(baseDest, true, false, false, uploadFunc, func(s string) error {