From 0f7ae176997cafe5ff1a7fa9ee94ff370b5b76b9 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 8 Dec 2013 21:58:03 +0000 Subject: formula: don't print verify message, use resource. See discussion: https://github.com/mxcl/homebrew/commit/81d420492c4be9278fcf26d5bef21625d0abf32a#commitcomment-4804596--- Library/Homebrew/formula.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3