Merge pull request #14959 from reitermarkus/sane-debug-output

Remove artifact debug output.
This commit is contained in:
Mike McQuaid 2023-03-13 22:13:39 +00:00 committed by GitHub
commit f42e02ace8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -225,7 +225,6 @@ module Cask
already_installed_artifacts = [] already_installed_artifacts = []
odebug "Installing artifacts" odebug "Installing artifacts"
odebug "#{artifacts.length} #{::Utils.pluralize("artifact", artifacts.length)} defined", artifacts
artifacts.each do |artifact| artifacts.each do |artifact|
next unless artifact.respond_to?(:install_phase) next unless artifact.respond_to?(:install_phase)