From 8dbb9aeeb15f177fe3c9c9f78075080b6ee4a087 Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Tue, 18 Nov 2014 15:54:46 -0800 Subject: [PATCH] Removed debug log when refreshing containers after creation Signed-off-by: Andrea Luzzardi --- cluster/node.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cluster/node.go b/cluster/node.go index 78897032f2..fd6cedb4eb 100644 --- a/cluster/node.go +++ b/cluster/node.go @@ -206,7 +206,6 @@ func (n *Node) Create(config *dockerclient.ContainerConfig, name string, pullIma // Register the container immediately while waiting for a state refresh. // Force a state refresh to pick up the newly created container. - log.Debug("Updating containers after create") n.updateContainers() return n.containers[id], nil