remove log added for debugging

This commit is contained in:
Tejal Desai 2020-05-01 09:40:39 -07:00 committed by GitHub
parent 8b3ff95b09
commit 2e1ca5f19d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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())
})
}