Removed print statement as it makes no sense after the monitor change
This commit is contained in:
parent
bd008dbb39
commit
65398fdfd6
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue