Skip to content

Commit

Permalink
Merge pull request #4306 from aledbf/remove-output
Browse files Browse the repository at this point in the history
Remove unnecessary output
  • Loading branch information
k8s-ci-robot authored Jul 10, 2019
2 parents a1922e4 + 295c127 commit e636ec1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/k8s/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ func NetworkingIngressAvailable(client clientset.Interface) bool {
return false
}

klog.Errorf("%v", serverVersion)
runningVersion, _ := version.ParseGeneric(serverVersion.String())
if err != nil {
klog.Errorf("unexpected error parsing running Kubernetes version: %v", err)
Expand Down

0 comments on commit e636ec1

Please sign in to comment.