From 688ae72919d7b635f2b37475b24462dfc00f02c8 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 21 Mar 2013 17:12:56 -0500 Subject: utils: remove obsolete comment --- Library/Homebrew/utils.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb index a6b093acc..b7a3119a2 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}" -- cgit v1.2.3