Remove a print that is confusing jq in the e2e tests.

pull/6/head
Brendan Burns 2014-08-14 16:31:52 -07:00
parent 8daf8c7a30
commit 0fda53ea1c
1 changed files with 0 additions and 1 deletions

View File

@ -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