diff --git a/pkg/container/docker_run.go b/pkg/container/docker_run.go index faf436b..1ed52e0 100644 --- a/pkg/container/docker_run.go +++ b/pkg/container/docker_run.go @@ -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 {