remove super verbose log statement
This commit is contained in:
parent
0f796ff9f6
commit
5b90c8a44d
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue