From c65bbd0a7974c62063d4f2bb0267106e125c684f Mon Sep 17 00:00:00 2001 From: Michael Shick Date: Wed, 8 Apr 2020 17:19:24 -0700 Subject: [PATCH] chore: repackage --- dist/index.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dist/index.js b/dist/index.js index 91b3782..382e002 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2004,8 +2004,6 @@ const getPulls = async (repoToken, repo, commitSha) => { additionalHeaders ); - core.debug(JSON.stringify(body)); - return body.result; }; @@ -2023,8 +2021,6 @@ async function run() { sha: commitSha, } = github.context; - core.debug(JSON.stringify(github.context)); - const { full_name: repoFullName } = repository; let issueNumber;