From 3face3c521127cb86570c68d5f2a8f55e7633146 Mon Sep 17 00:00:00 2001 From: Tibor Vass Date: Thu, 30 Jul 2015 21:19:51 -0400 Subject: [PATCH] Use default no-op uuid.Loggerf for client cli Signed-off-by: Tibor Vass --- api/client/cli.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/api/client/cli.go b/api/client/cli.go index 119b778434..2220e0602b 100644 --- a/api/client/cli.go +++ b/api/client/cli.go @@ -10,7 +10,6 @@ import ( "os" "strings" - "github.com/docker/distribution/uuid" "github.com/docker/docker/cli" "github.com/docker/docker/cliconfig" "github.com/docker/docker/opts" @@ -100,9 +99,6 @@ func NewDockerCli(in io.ReadCloser, out, err io.Writer, clientFlags *cli.ClientF cli.init = func() error { - // ignore errors from uuid package when running client commands - uuid.Loggerf = func(string, ...interface{}) {} - clientFlags.PostParse() hosts := clientFlags.Common.Hosts