diff --git a/Library/Homebrew/api.rb b/Library/Homebrew/api.rb index 88cb7140ca..d06d392d90 100644 --- a/Library/Homebrew/api.rb +++ b/Library/Homebrew/api.rb @@ -70,7 +70,6 @@ module Homebrew return cache[endpoint] if cache.present? && cache.key?(endpoint) raw_url = "https://raw.githubusercontent.com/#{repo}/#{endpoint}" - puts "Fetching #{raw_url}..." output = Utils::Curl.curl_output("--fail", raw_url) raise ArgumentError, "No file found at #{Tty.underline}#{raw_url}#{Tty.reset}" unless output.success?