Merge pull request #71357 from rosti/forgotten-println

kubeadm: Remove forgotten debug Println
pull/564/head
k8s-ci-robot 2018-11-30 00:04:27 -08:00 committed by GitHub
commit a93fe6e9ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -284,7 +284,6 @@ func performEtcdStaticPodUpgrade(client clientset.Interface, waiter apiclient.Wa
}
currentEtcdVersionStr, ok := currentEtcdVersions[etcdutil.GetClientURL(cfg)]
if !ok {
fmt.Println(currentEtcdVersions)
return true, errors.Wrap(err, "failed to retrieve the current etcd version")
}