From fe4827af5e77447271aafb365a1a6783bb1b6e7e Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Fri, 9 Nov 2018 22:33:11 +0100 Subject: [PATCH] refactor(github): drop header logging --- lib/platform/github/storage.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/platform/github/storage.js b/lib/platform/github/storage.js index e5f331b3fc..c06e6b7476 100644 --- a/lib/platform/github/storage.js +++ b/lib/platform/github/storage.js @@ -344,7 +344,6 @@ class Storage { logger.warn( { err, - headers, options, }, 'Error creating branch' -- GitLab