From 0110b6e8bf6cc75bda87c69999fff080d07d97b2 Mon Sep 17 00:00:00 2001 From: "Rostislav M. Georgiev" Date: Thu, 22 Nov 2018 17:05:23 +0200 Subject: [PATCH] kubeadm: Remove forgotten debug Println Signed-off-by: Rostislav M. Georgiev --- cmd/kubeadm/app/phases/upgrade/staticpods.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/kubeadm/app/phases/upgrade/staticpods.go b/cmd/kubeadm/app/phases/upgrade/staticpods.go index e3e0d1dd1a..cc47654937 100644 --- a/cmd/kubeadm/app/phases/upgrade/staticpods.go +++ b/cmd/kubeadm/app/phases/upgrade/staticpods.go @@ -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") }