Skip to content

Commit

Permalink
cask/audit: remove debug message.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed May 27, 2024
1 parent 1098727 commit ed73551
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Library/Homebrew/cask/audit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,6 @@ def audit_download_url_format
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
Expand Down

0 comments on commit ed73551

Please sign in to comment.