1
0
mirror of https://gitea.com/gitea/act synced 2026-05-01 01:27:48 +02:00

remove super verbose log statement

This commit is contained in:
Casey Lee
2020-02-24 17:58:34 -08:00
parent 0f796ff9f6
commit 5b90c8a44d

View File

@@ -338,7 +338,6 @@ func (cr *containerReference) copyDir(dstPath string, srcPath string) common.Exe
// update the name to correctly reflect the desired destination when untaring
header.Name = strings.TrimPrefix(file, srcPrefix)
log.Debugf("%s -> %s", file, header.Name)
// write the header
if err := tw.WriteHeader(header); err != nil {