mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
extractor: Don't log directory being walked for go.mod files
This commit is contained in:
@@ -121,8 +121,6 @@ func ExtractWithFlags(buildFlags []string, patterns []string) error {
|
||||
cwd = rcwd
|
||||
}
|
||||
|
||||
log.Printf("Walking file tree from %s to discover go.mod files...", cwd)
|
||||
|
||||
goModPaths := make([]string, 0, 10)
|
||||
|
||||
filepath.Walk(cwd, func(path string, info os.FileInfo, err error) error {
|
||||
|
||||
Reference in New Issue
Block a user