Skip to content

Commit

Permalink
chore: don’t log new/old PR body if changed
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Jul 23, 2020
1 parent 04949af commit 22a93c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/workers/pr/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,6 @@ export async function ensurePr(
logger.debug(
{
prTitle,
oldPrBody: existingPrBody,
newPrBody: prBody,
},
'PR body changed'
);
Expand Down

0 comments on commit 22a93c9

Please sign in to comment.