Merge pull request #3072 from rlarocque2/remove_kubectl_echo

Remove debug print in kubectl.sh
This commit is contained in:
Daniel Smith 2014-12-19 16:28:50 -08:00
commit 3072453c83

View File

@ -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[@]}}" "${@}"