remove output of config json

This commit is contained in:
David Hiendl 2023-12-07 11:41:15 +01:00
parent 534412081a
commit 47fb719517

View File

@ -85,7 +85,6 @@ export function writeRegistryAuthJson(registryAuthJson, targetFile) {
console.log('debug_log_auth_json:', copy); 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); fs.writeFileSync(targetFile, jsonContents);
} }