Skip to content

Commit aee32c7

Browse files
committed
chore: reduce log
1 parent 8e9ba10 commit aee32c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/storage/local.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ func (l *LocalStorage) Copy(src, destDir string,walkFn WalkFn) error {
4848
}
4949

5050
}
51-
log.Infof("copy file %s to %s success", srcReader, destPath)
5251
return nil
5352
}
5453
return b.Upload(baseDest, true, false, false, uploadFunc, func(s string) error {

0 commit comments

Comments
 (0)