Remove unneeded comments (#14423)

This commit is contained in:
VAL 2022-03-09 11:37:18 -08:00 committed by GitHub
parent b358bd6ffa
commit 94fcca09e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 12 deletions

View File

@ -161,18 +161,6 @@ func (c *KVPutCommand) Run(args []string) int {
return PrintRawField(c.UI, secret, c.flagField)
}
// if Format(c.UI) != "table" {
// return OutputSecret(c.UI, secret)
// }
// outputPath(c.UI, path, "Secret Path")
// metadata := secret.Data
// c.UI.Info(getHeaderForMap("Metadata", metadata))
// OutputData(c.UI, metadata)
// return 0
if Format(c.UI) == "table" {
outputPath(c.UI, path, "Secret Path")
metadata := secret.Data