formula: don't print verify message, use resource.

See discussion:
81d420492c (commitcomment-4804596)
This commit is contained in:
Mike McQuaid 2013-12-08 21:58:03 +00:00
parent a762f21e33
commit 0f7ae17699

View File

@ -534,7 +534,6 @@ class Formula
# For FormulaInstaller. # For FormulaInstaller.
def verify_download_integrity fn def verify_download_integrity fn
ohai "Verifying #{fn.basename} checksum" if ARGV.verbose?
active_spec.verify_download_integrity(fn) active_spec.verify_download_integrity(fn)
end end