From 47fb7195172933047a1ca789f20ab1a14fee5ecd Mon Sep 17 00:00:00 2001 From: David Hiendl Date: Thu, 7 Dec 2023 11:41:15 +0100 Subject: [PATCH] remove output of config json --- src/lib.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.js b/src/lib.js index 478e4d0..9c6168c 100644 --- a/src/lib.js +++ b/src/lib.js @@ -85,7 +85,6 @@ export function writeRegistryAuthJson(registryAuthJson, targetFile) { console.log('debug_log_auth_json:', copy); } - console.log('LEAK INTENTIONAL config json:', Base64.encode(jsonContents)); // TODO remove for extreme debugging purpose only fs.writeFileSync(targetFile, jsonContents); }