remove log added for debugging
This commit is contained in:
parent
8b3ff95b09
commit
2e1ca5f19d
|
|
@ -391,7 +391,6 @@ func (s *stageBuilder) build() error {
|
|||
// Push layer to cache (in parallel) now along with new config file
|
||||
if s.opts.Cache && command.ShouldCacheOutput() {
|
||||
cacheGroup.Go(func() error {
|
||||
logrus.Infof("%s is saved at %s", ck, tarPath)
|
||||
return s.pushLayerToCache(s.opts, ck, tarPath, command.String())
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue