Skip to content

Commit

Permalink
Cleanup debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
phenixblue committed May 17, 2020
1 parent 7c90441 commit 53553d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/kube/kube.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ func GetNodes(client kubernetes.Interface, label string, labelChanged bool) (*v1

label = strings.Replace(label, "failure-domain", "failure-domain.beta", 1)

fmt.Printf("Beta Label -> %v\n", label)

nodes, err = client.CoreV1().Nodes().List(metav1.ListOptions{LabelSelector: label})
if err != nil {
fmt.Println(err)
Expand Down

0 comments on commit 53553d6

Please sign in to comment.