From 2bc41e1602c38b323a3ae087d670379a93a95ea2 Mon Sep 17 00:00:00 2001 From: Richard Larocque Date: Fri, 19 Dec 2014 15:59:05 -0800 Subject: [PATCH] Remove debug print in kubectl.sh Removes a debug print that (it seems to me) was added in erro as part of PR #3046 / commit c3efef8. --- cluster/kubecfg.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/cluster/kubecfg.sh b/cluster/kubecfg.sh index 7f9dae4bd3..8d11022b94 100755 --- a/cluster/kubecfg.sh +++ b/cluster/kubecfg.sh @@ -106,5 +106,4 @@ if [[ -n "${KUBE_MASTER_IP-}" && -z "${KUBERNETES_MASTER-}" ]]; then export KUBERNETES_MASTER=https://${KUBE_MASTER_IP} fi -echo "Running: " "${kubecfg}" "${auth_config[@]:+${auth_config[@]}}" "${@}" >&2 "${kubecfg}" "${auth_config[@]:+${auth_config[@]}}" "${@}"