Skip to content

Commit

Permalink
remove excess prints
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-perkins committed Dec 11, 2024
1 parent 1e7ab42 commit 26ee384
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/scripts/bitrise/run-bitrise-e2e-check.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ async function upsertStatusCheck(
process.exit(1);
}

listResponse.data.check_runs.forEach(check => {
console.log(`Check Name: ${check.name}, ID: ${check.id} Status: ${check.status}, Conclusion: ${check.conclusion}`);
});

const existingCheck = listResponse.data.check_runs.find(check => check.name === statusCheckName);

if (existingCheck) {
Expand Down

0 comments on commit 26ee384

Please sign in to comment.