Remove debug message
This commit is contained in:
parent
6c35317732
commit
243ff024e3
@ -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),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user