aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index ad23f5d8d..b29df1cba 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -534,7 +534,6 @@ class Formula
# For FormulaInstaller.
def verify_download_integrity fn
- ohai "Verifying #{fn.basename} checksum" if ARGV.verbose?
active_spec.verify_download_integrity(fn)
end