Skip to content

Commit

Permalink
Revert "test debug"
Browse files Browse the repository at this point in the history
This reverts commit cd09453.
  • Loading branch information
go-to-k committed Sep 3, 2024
1 parent cd09453 commit 6c295af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/@aws-cdk/prlint/lint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,6 @@ export class PullRequestLinter {
private async assessNeedsReview(
pr: Pick<GitHubPr, 'mergeable_state' | 'draft' | 'labels' | 'number'>,
): Promise<void> {
console.log('==== test debug ====');
const reviewsData = await this.client.paginate(this.client.pulls.listReviews, this.prParams);
console.log(JSON.stringify(reviewsData));

Expand Down

0 comments on commit 6c295af

Please sign in to comment.