From 22a93c968f44b4589fd54d7921b127a63613550a Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Thu, 23 Jul 2020 14:11:42 +0200
Subject: [PATCH] =?UTF-8?q?chore:=20don=E2=80=99t=20log=20new/old=20PR=20b?=
 =?UTF-8?q?ody=20if=20changed?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 lib/workers/pr/index.ts | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/workers/pr/index.ts b/lib/workers/pr/index.ts
index 33719bf1e0..9fdc505400 100644
--- a/lib/workers/pr/index.ts
+++ b/lib/workers/pr/index.ts
@@ -323,8 +323,6 @@ export async function ensurePr(
         logger.debug(
           {
             prTitle,
-            oldPrBody: existingPrBody,
-            newPrBody: prBody,
           },
           'PR body changed'
         );
-- 
GitLab