Removed debug log when refreshing containers after creation

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi 2014-11-18 15:54:46 -08:00
parent 45220c0c32
commit 8dbb9aeeb1
1 changed files with 0 additions and 1 deletions

View File

@ -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