chore: remove debug cruft

This commit is contained in:
Michael Shick 2020-04-08 17:19:11 -07:00
parent 75050640bc
commit c1ecf91772
No known key found for this signature in database
GPG key ID: ADF5BC9704BB4A61

View file

@ -17,8 +17,6 @@ const getPulls = async (repoToken, repo, commitSha) => {
additionalHeaders additionalHeaders
); );
core.debug(JSON.stringify(body));
return body.result; return body.result;
}; };
@ -36,8 +34,6 @@ async function run() {
sha: commitSha, sha: commitSha,
} = github.context; } = github.context;
core.debug(JSON.stringify(github.context));
const { full_name: repoFullName } = repository; const { full_name: repoFullName } = repository;
let issueNumber; let issueNumber;