Merge pull request #908 from brendandburns/time

Remove a print that is confusing jq in the e2e tests.
This commit is contained in:
brendandburns 2014-08-14 16:33:59 -07:00
commit 778c89f65e

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