Unverified Commit a93fe6e9 authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #71357 from rosti/forgotten-println

kubeadm: Remove forgotten debug Println
parents d9581ca0 0110b6e8
......@@ -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")
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment