Browse Source

Remove redundant log message

Signed-off-by: Joffrey F <[email protected]>
Joffrey F 8 năm trước cách đây
mục cha
commit
b2c13e1534
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      compose/service.py

+ 0 - 1
compose/service.py

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