From 0fda53ea1cd7372a692fb2a6538f8a00a6ab296c Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Thu, 14 Aug 2014 16:31:52 -0700 Subject: [PATCH] Remove a print that is confusing jq in the e2e tests. --- cluster/kubecfg.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/cluster/kubecfg.sh b/cluster/kubecfg.sh index 35a3bc5af5f..eb2dabf743f 100755 --- a/cluster/kubecfg.sh +++ b/cluster/kubecfg.sh @@ -27,7 +27,6 @@ fi detect-master > /dev/null if [ "$KUBE_MASTER_IP" != "" ] && [ "$KUBERNETES_MASTER" == "" ]; then - echo "Setting master to: https://${KUBE_MASTER_IP}" export KUBERNETES_MASTER=https://${KUBE_MASTER_IP} fi