From 51565f97ae106ed12863ec4de61cb353b1772492 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 14 Aug 2025 09:30:23 +0000 Subject: [PATCH] Remove unnecessary comments that duplicate debug messages Co-authored-by: MikeMcQuaid <125011+MikeMcQuaid@users.noreply.github.com> --- 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 2b46582f1a..3d8feb3c54 100644 --- a/Library/Homebrew/cask/audit.rb +++ b/Library/Homebrew/cask/audit.rb @@ -502,7 +502,6 @@ module Cask return if !cask.tap.official? && !signing? return if cask.deprecated? && cask.deprecation_reason != :unsigned - # Check if quarantine support is available unless Quarantine.available? odebug "Quarantine support is not available, skipping signing audit" return @@ -522,7 +521,6 @@ module Cask path = tmpdir/artifact_path.relative_path_from(cask.staged_path) - # Check if the artifact has quarantine attributes unless Quarantine.detect(path) odebug "#{path} does not have quarantine attributes, skipping signing audit" next false