bundle/cask_installer: remove debugging output.
This was accidentally left in but should have been removed.
This commit is contained in:
parent
81313133f1
commit
7434dfcbb5
@ -33,8 +33,6 @@ module Homebrew
|
||||
|
||||
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)
|
||||
status = "#{options[:greedy] ? "may not be" : "not"} up-to-date"
|
||||
puts "Upgrading #{name} cask. It is installed but #{status}." if verbose
|
||||
|
Loading…
x
Reference in New Issue
Block a user