From 7434dfcbb5ebdf3ab41d8447335b64e55a5bb146 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 19 Mar 2025 09:02:12 +0000 Subject: [PATCH] bundle/cask_installer: remove debugging output. This was accidentally left in but should have been removed. --- Library/Homebrew/bundle/cask_installer.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Library/Homebrew/bundle/cask_installer.rb b/Library/Homebrew/bundle/cask_installer.rb index 2c81a195fb..0b7fdf53c3 100644 --- a/Library/Homebrew/bundle/cask_installer.rb +++ b/Library/Homebrew/bundle/cask_installer.rb @@ -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