From 5efed5d8c54ca541791c8b9b6dd91b94ed3929b3 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Fri, 31 Jul 2020 19:36:27 +0200 Subject: [PATCH] Remove debug message. --- Library/Homebrew/dev-cmd/irb.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Library/Homebrew/dev-cmd/irb.rb b/Library/Homebrew/dev-cmd/irb.rb index 94d31a967a..c392dc071f 100644 --- a/Library/Homebrew/dev-cmd/irb.rb +++ b/Library/Homebrew/dev-cmd/irb.rb @@ -56,8 +56,6 @@ module Homebrew require "keg" require "cask/all" - puts ARGV.inspect - ohai "Interactive Homebrew Shell" puts "Example commands available with: brew irb --examples" if args.pry?