From 9260c06f7a7cb172205dc45af96870ec0d02ebcd Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Tue, 8 Apr 2014 20:58:19 +0000 Subject: [PATCH] remove double deprecation warning Docker-DCO-1.1-Signed-off-by: Victor Vieux (github: vieux) --- api/client/commands.go | 1 - 1 file changed, 1 deletion(-) diff --git a/api/client/commands.go b/api/client/commands.go index ef6bbd055a..443917d3fb 100644 --- a/api/client/commands.go +++ b/api/client/commands.go @@ -1472,7 +1472,6 @@ func (cli *DockerCli) CmdCommit(args ...string) error { env engine.Env ) if *flConfig != "" { - fmt.Fprintf(cli.err, "WARNING: 'commit --run' is deprecated and will be removed in a future version, in favor of inline Dockerfile-compatible commands.\n") config = &runconfig.Config{} if err := json.Unmarshal([]byte(*flConfig), config); err != nil { return err