diff --git a/lib/platform/github/gh-got-wrapper.js b/lib/platform/github/gh-got-wrapper.js
index af9d3678cce8c402039399121465ee4b02ca6480..d25b379b9bff73efa6a76451462a23c547432e1e 100644
--- a/lib/platform/github/gh-got-wrapper.js
+++ b/lib/platform/github/gh-got-wrapper.js
@@ -18,7 +18,7 @@ async function get(path, options, retries = 5) {
     logger.trace({ path }, 'Returning cached result');
     return cache[path];
   }
-  logger.debug(`${method.toUpperCase()} ${path} [retries=${retries}]`);
+  logger.debug(`${method.toUpperCase()} ${path}`);
   try {
     if (appMode) {
       const appAccept = 'application/vnd.github.machine-man-preview+json';