Skip to content

Commit d901dd6

Browse files
committed
Chore: ignore pom scan logging
1 parent e11b55e commit d901dd6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

charon/pkgs/maven.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,6 @@ def _scan_paths(files_root: str, ignore_patterns: List[str],
620620
valid_mvn_paths.append(path)
621621

622622
if name.strip().endswith(".pom"):
623-
logger.debug("Found pom %s", name)
624623
valid_poms.append(path)
625624
else:
626625
non_mvn_paths.append(path)

0 commit comments

Comments
 (0)