remove super verbose log statement

This commit is contained in:
Casey Lee 2020-02-24 17:58:34 -08:00
parent 0f796ff9f6
commit 5b90c8a44d
No known key found for this signature in database
GPG key ID: 1899120ECD0A1784

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 {