From 65398fdfd64f04defb2b2ee252254e6ade93c1c9 Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Wed, 4 Oct 2017 17:40:33 -0700 Subject: [PATCH] Removed print statement as it makes no sense after the monitor change --- examples/client.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/client.go b/examples/client.go index 69ab478..e33e4fc 100644 --- a/examples/client.go +++ b/examples/client.go @@ -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)