Remove artifact debug output.

This commit is contained in:
Markus Reiter 2023-03-13 19:24:53 +01:00
parent b4aac9d4a0
commit 2955f63921
No known key found for this signature in database
GPG Key ID: 245293B51702655B

View File

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