Remove redundant log message

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2017-11-09 14:25:14 -08:00
parent 8ecd15e568
commit b2c13e1534
1 changed files with 0 additions and 1 deletions

View File

@ -514,7 +514,6 @@ class Service(object):
volumes can be copied to the new container, before the original volumes can be copied to the new container, before the original
container is removed. container is removed.
""" """
log.info("Recreating %s" % container.name)
container.stop(timeout=self.stop_timeout(timeout)) container.stop(timeout=self.stop_timeout(timeout))
container.rename_to_tmp_name() container.rename_to_tmp_name()