From 07faec840e218a002ecd9255109f8ab0ff571ea4 Mon Sep 17 00:00:00 2001 From: Josh Sullivan Date: Sat, 7 Dec 2013 20:31:44 -0500 Subject: [PATCH] Killed with the hottest fire. --- Octokit/Clients/PullRequestsClient.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Octokit/Clients/PullRequestsClient.cs b/Octokit/Clients/PullRequestsClient.cs index 03c12281..abc7ce7a 100644 --- a/Octokit/Clients/PullRequestsClient.cs +++ b/Octokit/Clients/PullRequestsClient.cs @@ -128,8 +128,6 @@ namespace Octokit Ensure.ArgumentNotNullOrEmptyString(owner, "owner"); Ensure.ArgumentNotNullOrEmptyString(name, "name"); - //return ApiConnection.Get(ApiUrls.MergePullRequest(owner, name, number)); - try { var response = await Connection.GetAsync(ApiUrls.MergePullRequest(owner, name, number), null, null)