mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16:26 +00:00
chore: don’t log new/old PR body if changed
This commit is contained in:
parent
04949afce8
commit
22a93c968f
1 changed files with 0 additions and 2 deletions
|
@ -323,8 +323,6 @@ export async function ensurePr(
|
|||
logger.debug(
|
||||
{
|
||||
prTitle,
|
||||
oldPrBody: existingPrBody,
|
||||
newPrBody: prBody,
|
||||
},
|
||||
'PR body changed'
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue