Removed print statement as it makes no sense after the monitor change

This commit is contained in:
Renan DelValle 2017-10-04 17:40:33 -07:00
parent bd008dbb39
commit 65398fdfd6

View file

@ -519,7 +519,6 @@ func main() {
5,
10)
if err != nil {
fmt.Println("Partial success:")
for host, ok := range hostResult {
if !ok {
fmt.Printf("Host %s did not transtion into desired mode(s)\n", host)
@ -552,7 +551,6 @@ func main() {
5,
10)
if err != nil {
fmt.Println("Partial success:")
for host, ok := range hostResult {
if !ok {
fmt.Printf("Host %s did not transtion into desired mode(s)\n", host)