Skip to content

Commit

Permalink
refactor: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
alicelovescake authored and codebytere committed Aug 19, 2024
1 parent 4fb7f24 commit 06b5caa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,6 @@ export const isValidManualBackportReleaseNotes = async (
context: WebHookPRContext,
oldPRs: WebHookPR[],
) => {
console.log(context, oldPRs);
const backportPRReleaseNotes = getReleaseNotes(context.payload.pull_request);
return oldPRs.some((pr) => getReleaseNotes(pr) === backportPRReleaseNotes);
};

0 comments on commit 06b5caa

Please sign in to comment.