dev-cmd/dispatch-build-bottle: remove testing code.

This was accidentally merged in https://github.com/Homebrew/brew/pull/9444.
This commit is contained in:
Mike McQuaid 2020-12-07 14:42:00 +00:00
parent 59be0ba888
commit 532864b0ef
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -58,8 +58,6 @@ module Homebrew
else
macos.to_s
end
p macos_label
odie "no"
tap = Tap.fetch(args.tap || CoreTap.instance.name)
user, repo = tap.full_name.split("/")