diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb index a6b093acc9..b7a3119a2e 100644 --- a/Library/Homebrew/utils.rb +++ b/Library/Homebrew/utils.rb @@ -33,7 +33,6 @@ class Tty end end -# args are additional inputs to puts until a nil arg is encountered def ohai title, *sput title = title.to_s[0, Tty.width - 4] if $stdout.tty? unless ARGV.verbose? puts "#{Tty.blue}==>#{Tty.white} #{title}#{Tty.reset}"