Skip to content

Commit

Permalink
Revert "debug 2"
Browse files Browse the repository at this point in the history
This reverts commit 0c5f016.
  • Loading branch information
go-to-k committed Sep 3, 2024
1 parent 0c5f016 commit 6aa7b60
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/@aws-cdk/prlint/lint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -584,10 +584,6 @@ export class PullRequestLinter {
// also assess whether the PR needs review or not
try {
const state = await this.codeBuildJobSucceeded(sha);
console.log('=== test debug ===');
console.log('=== test debug ===');
console.log('=== test debug ===');
console.log('=== test debug ===');
console.log(`PR code build job ${state ? "SUCCESSFUL" : "not yet successful"}`);
if (state) {
console.log('Assessing if the PR needs a review now');
Expand Down

0 comments on commit 6aa7b60

Please sign in to comment.