From bb7dcc9384b99ff46556bd3e091ed4e878fa845a Mon Sep 17 00:00:00 2001 From: thibhero Date: Sun, 16 Feb 2025 00:06:57 -0500 Subject: [PATCH] updating comments --- Library/Homebrew/cmd/reinstall.rb | 1 - Library/Homebrew/cmd/upgrade.rb | 1 - 2 files changed, 2 deletions(-) diff --git a/Library/Homebrew/cmd/reinstall.rb b/Library/Homebrew/cmd/reinstall.rb index eec494b47b..54e74af6b9 100644 --- a/Library/Homebrew/cmd/reinstall.rb +++ b/Library/Homebrew/cmd/reinstall.rb @@ -209,7 +209,6 @@ module Homebrew } # Main block: if asking the user is enabled, show dependency and size information. - # This part should be if args.ask? ohai "Looking for bottles..." diff --git a/Library/Homebrew/cmd/upgrade.rb b/Library/Homebrew/cmd/upgrade.rb index 0a6cc0e710..38eaf18f90 100644 --- a/Library/Homebrew/cmd/upgrade.rb +++ b/Library/Homebrew/cmd/upgrade.rb @@ -299,7 +299,6 @@ module Homebrew } # Main block: if asking the user is enabled, show dependency and size information. - # This part should be if args.ask? ohai "Looking for bottles..."