From c7b06df72e65a10ab47a0dde53a16e57df1f6159 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Wed, 22 Feb 2023 23:05:00 +0000 Subject: [PATCH] dev-cmd/contributions: One `--verbose` sentence per user is enough --- Library/Homebrew/dev-cmd/contributions.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/dev-cmd/contributions.rb b/Library/Homebrew/dev-cmd/contributions.rb index 90741e4e61..035c16a2f7 100755 --- a/Library/Homebrew/dev-cmd/contributions.rb +++ b/Library/Homebrew/dev-cmd/contributions.rb @@ -70,7 +70,6 @@ module Homebrew maintainers = GitHub.members_by_team("Homebrew", "maintainers") maintainers.each do |username, _| - puts "Determining contributions for #{username}..." if args.verbose? # TODO: Using the GitHub username to scan the `git log` undercounts some # contributions as people might not always have configured their Git # committer details to match the ones on GitHub.