Skip to content
Snippets Groups Projects
Unverified Commit 80b3db4c authored by Michael Kriese's avatar Michael Kriese Committed by GitHub
Browse files

chore(manager:helm-values): remove debug log (#11105)

Will be logged later at `packageFiles with updates` anyways
parent 464b18ba
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,6 @@ export function extractPackageFile(content: string): PackageFile {
try {
const deps = findDependencies(parsedContent, []);
if (deps.length) {
logger.debug({ deps }, 'Found dependencies in helm-values');
return { deps };
}
} catch (err) /* istanbul ignore next */ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment