aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2013-12-08 21:58:03 +0000
committerMike McQuaid2013-12-08 21:58:03 +0000
commit5d3be1e671868cb5652126fbac862fe441ccbb73 (patch)
treed65d6d6f3f0fb418672efc7eba238967fc351cb8
parent81d420492c4be9278fcf26d5bef21625d0abf32a (diff)
downloadhomebrew-5d3be1e671868cb5652126fbac862fe441ccbb73.tar.bz2
formula: don't print verify message, use resource.
See discussion: https://github.com/mxcl/homebrew/commit/81d420492c4be9278fcf26d5bef21625d0abf32a#commitcomment-4804596
-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