Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jazanne committed Feb 5, 2024
1 parent 97434d3 commit de5720a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions internal/extinctions/extinctions.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ func CheckExtinctions(opts options.Options, builder *refs.ReferenceSummaryBuilde
if err != nil {
return err
}
gha.Log("Matcher elements: %+v", matcher.Elements)

gha.Debug("Searching for any remaining references to %d removed flags...", len(flagKeys))
gha.Debug("Searching dir %s", opts.Dir)
Expand Down
1 change: 0 additions & 1 deletion search/search.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ func GetMatcher(opts options.Options, flagKeys []string, diffContents laliases.F
matcher := lsearch.Matcher{
Elements: elements,
}
gha.Log("Matcher elements: %+v", matcher.Elements)

return matcher, nil
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit de5720a

Please sign in to comment.