Skip to content

Commit

Permalink
Remove log message left in the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
reutermj committed Jan 18, 2025
1 parent ce36d0d commit c5bc9ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/modules/manager/bazel-module/extract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ export async function extractPackageFile(
pfc.deps.push(...dockerDeps);
}

logger.info(pfc);

return pfc.deps.length ? pfc : null;
} catch (err) {
logger.debug({ err, packageFile }, 'Failed to parse bazel module file.');
Expand Down

0 comments on commit c5bc9ff

Please sign in to comment.