From 305fae85d1abbe5f04247dbd45ef81163ea20119 Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Thu, 9 Nov 2017 14:25:14 -0800 Subject: [PATCH] Remove redundant log message Signed-off-by: Joffrey F --- compose/service.py | 1 - 1 file changed, 1 deletion(-) diff --git a/compose/service.py b/compose/service.py index 245d5f7c7..366bb3746 100644 --- a/compose/service.py +++ b/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()