remove logging

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-09-27 12:27:15 -04:00
parent 59810df672
commit 1c3c72a422
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -40,12 +40,10 @@ main(){
fi
echo "Deleting branch ref $ref for owner ${owner}/${repo}..."
set -x
curl -XDELETE -sSL \
-H "${AUTH_HEADER}" \
-H "${API_HEADER}" \
"${URI}/repos/${owner}/${repo}/git/refs/heads/${ref}"
set +x
echo "Branch delete success!"
fi