Removing the 'Message' field

This commit is contained in:
vishalnayak
2016-03-04 08:40:13 -05:00
parent 5b9ef4ec2e
commit a7cfc9cc7a
4 changed files with 7 additions and 17 deletions

View File

@@ -60,9 +60,6 @@ func (c *CapabilitiesCommand) Run(args []string) int {
}
c.Ui.Output(fmt.Sprintf("Capabilities: %s", resp.Capabilities))
if resp.Message != "" {
c.Ui.Output(fmt.Sprintf("Message: %s", resp.Message))
}
return 0
}