From ed73551cc71e0c4b548cc5cba0ad1b323e3e5910 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 27 May 2024 08:10:20 +0100 Subject: [PATCH] cask/audit: remove debug message. --- Library/Homebrew/cask/audit.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Library/Homebrew/cask/audit.rb b/Library/Homebrew/cask/audit.rb index 94bb31cf2b..38c0271e1a 100644 --- a/Library/Homebrew/cask/audit.rb +++ b/Library/Homebrew/cask/audit.rb @@ -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