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); }