remove debug shit

This commit is contained in:
TJ Holowaychuk 2012-06-29 13:33:16 -07:00
parent c66e9536fe
commit 901c53c215

View file

@ -53,6 +53,5 @@ echo
# create pull request
body=$(json "$title" "$body" $branch)
echo curl -u "$user" "https://api.github.com/repos/$project/pulls" -d "$body"
curl -u "$user" "https://api.github.com/repos/$project/pulls" -d "$body"