Skip to content

Commit

Permalink
test: remove dangling fmt.Println (#4202)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis authored Jan 27, 2021
1 parent 3f99be1 commit 6ab2989
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/e2e/kubernetes/kubernetes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2809,7 +2809,6 @@ var _ = Describe("Azure Container Cluster using the Kubernetes Orchestrator", fu
numAgentNodes++
}
}
fmt.Println(numAgentNodes)
By("Creating a DaemonSet with a large container")
d, err := daemonset.CreateDaemonsetDeleteIfExists(filepath.Join(WorkloadDir, "large-container-daemonset.yaml"), "large-container-daemonset", "default", "app", "large-container-daemonset", 5*time.Second, cfg.Timeout)
Expect(err).NotTo(HaveOccurred())
Expand Down

0 comments on commit 6ab2989

Please sign in to comment.