Remove debug message

This commit is contained in:
Rylan Polster 2022-07-21 16:45:41 +02:00
parent 6c35317732
commit 243ff024e3
No known key found for this signature in database
GPG Key ID: 46A744940CFF4D64

View File

@ -222,7 +222,6 @@ module Homebrew
if args.bottle? if args.bottle?
{ "formulae" => formulae.map(&:to_recursive_bottle_hash) } { "formulae" => formulae.map(&:to_recursive_bottle_hash) }
elsif args.variations? elsif args.variations?
opoo "a"
{ {
"formulae" => formulae.map(&:to_hash_with_variations), "formulae" => formulae.map(&:to_hash_with_variations),
"casks" => casks.map(&:to_hash_with_variations), "casks" => casks.map(&:to_hash_with_variations),