Skip to content

Commit

Permalink
refactor: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
alicelovescake committed Apr 23, 2024
1 parent ec71955 commit 40e9766
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 @@ -796,7 +796,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 40e9766

Please sign in to comment.