From ebbeca0ecb5749fa16b17fcc37a96de43f9dd3b7 Mon Sep 17 00:00:00 2001 From: nexustar Date: Tue, 2 Nov 2021 02:26:51 -0400 Subject: [PATCH] remove tag warnning (#1606) --- cmd/root.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index 0423099836..b5b71bb4c9 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -130,9 +130,6 @@ the latest stable version will be downloaded from the repository.`, } } teleCommand = fmt.Sprintf("%s %s", cmd.CommandPath(), componentSpec) - if tag != "" { - fmt.Fprintln(os.Stderr, color.YellowString("--tag/-T is Deprecated in TiUP and moved to playground, it is suggested to use `tiup playground --tag` instead")) - } return exec.RunComponent(env, tag, componentSpec, binPath, transparentParams) } return cmd.Help()