cask/audit: remove debug message.

This commit is contained in:
Mike McQuaid 2024-05-27 08:10:20 +01:00 committed by GitHub
parent 10987270fa
commit ed73551cc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -333,8 +333,6 @@ module Cask
def audit_download_url_is_osdn
return unless cask.url
return if block_url_offline?
odebug "Auditing download url is OSDN or not"
return unless bad_osdn_url?
add_error "OSDN download urls are disabled.", location: cask.url.location, strict_only: true