From 901c53c215e65694a0344a9784fceae8c8310bda Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Fri, 29 Jun 2012 13:33:16 -0700 Subject: [PATCH] remove debug shit --- bin/git-pull-request | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/git-pull-request b/bin/git-pull-request index 5db1186..494bc40 100755 --- a/bin/git-pull-request +++ b/bin/git-pull-request @@ -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"