From fbecf70cc21b24051fed80b5e4f1c2c67c1986ae Mon Sep 17 00:00:00 2001 From: Casey Lee Date: Mon, 24 Feb 2020 17:58:34 -0800 Subject: [PATCH] remove super verbose log statement --- act/container/docker_run.go | 1 - 1 file changed, 1 deletion(-) diff --git a/act/container/docker_run.go b/act/container/docker_run.go index faf436b0..1ed52e0c 100644 --- a/act/container/docker_run.go +++ b/act/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 {