From c1ecf917723bb9100cfee981851f4ecc7600a2b0 Mon Sep 17 00:00:00 2001 From: Michael Shick Date: Wed, 8 Apr 2020 17:19:11 -0700 Subject: [PATCH] chore: remove debug cruft --- index.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/index.js b/index.js index 82c3d0e..984c55b 100644 --- a/index.js +++ b/index.js @@ -17,8 +17,6 @@ const getPulls = async (repoToken, repo, commitSha) => { additionalHeaders ); - core.debug(JSON.stringify(body)); - return body.result; }; @@ -36,8 +34,6 @@ async function run() { sha: commitSha, } = github.context; - core.debug(JSON.stringify(github.context)); - const { full_name: repoFullName } = repository; let issueNumber;