Merge "build: remove info that image squash support is disabled"

This commit is contained in:
Zuul 2018-05-16 13:55:10 +00:00 committed by Gerrit Code Review
commit 25f2e6b754
1 changed files with 0 additions and 2 deletions

View File

@ -1246,8 +1246,6 @@ def run_build():
squash_version = utils.get_docker_squash_version()
LOG.info('Image squash is enabled and "docker-squash" version is %s',
squash_version)
else:
LOG.info('Image squash is disabled')
kolla = KollaWorker(conf)
kolla.setup_working_dir()