removing useless statements

This commit is contained in:
thibhero 2025-02-12 16:05:11 -05:00
parent f1906c1682
commit 97678708db

View File

@ -314,7 +314,6 @@ module Homebrew
loop do loop do
result = $stdin.gets.chomp.strip.downcase result = $stdin.gets.chomp.strip.downcase
if accepted_inputs.include?(result) if accepted_inputs.include?(result)
puts "Proceeding with installation..."
break break
elsif declined_inputs.include?(result) elsif declined_inputs.include?(result)
exit 0 exit 0