chore: remove console log

This commit is contained in:
Scott Wilson
2024-11-11 14:06:12 -08:00
parent 4a3143e689
commit 334a728259

View File

@@ -444,7 +444,6 @@ export const expandSecretReferencesFactory = ({
// eslint-disable-next-line no-continue
if (depth > MAX_SECRET_REFERENCE_DEPTH) continue;
const refs = value?.match(INTERPOLATION_SYNTAX_REG);
console.log("refs", refs);
if (refs) {
for (const interpolationSyntax of refs) {