dev-cmd/contributions: One --verbose sentence per user is enough

This commit is contained in:
Issy Long 2023-02-22 23:05:00 +00:00
parent 28a2a6ea43
commit c7b06df72e
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -70,7 +70,6 @@ module Homebrew
maintainers = GitHub.members_by_team("Homebrew", "maintainers") maintainers = GitHub.members_by_team("Homebrew", "maintainers")
maintainers.each do |username, _| maintainers.each do |username, _|
puts "Determining contributions for #{username}..." if args.verbose?
# TODO: Using the GitHub username to scan the `git log` undercounts some # TODO: Using the GitHub username to scan the `git log` undercounts some
# contributions as people might not always have configured their Git # contributions as people might not always have configured their Git
# committer details to match the ones on GitHub. # committer details to match the ones on GitHub.