bundle/cask_installer: remove debugging output.

This was accidentally left in but should have been removed.
This commit is contained in:
Mike McQuaid 2025-03-19 09:02:12 +00:00
parent 81313133f1
commit 7434dfcbb5
No known key found for this signature in database

View File

@ -33,8 +33,6 @@ module Homebrew
full_name = options.fetch(:full_name, name) full_name = options.fetch(:full_name, name)
p [:installed_casks, installed_casks]
p [:upgrading?, upgrading?(no_upgrade, name, options)]
install_result = if installed_casks.include?(name) && upgrading?(no_upgrade, name, options) install_result = if installed_casks.include?(name) && upgrading?(no_upgrade, name, options)
status = "#{options[:greedy] ? "may not be" : "not"} up-to-date" status = "#{options[:greedy] ? "may not be" : "not"} up-to-date"
puts "Upgrading #{name} cask. It is installed but #{status}." if verbose puts "Upgrading #{name} cask. It is installed but #{status}." if verbose