aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2013-03-21 17:12:56 -0500
committerJack Nagel2013-03-21 17:12:56 -0500
commit9714f5a210491200a98bdeefb294f296e415ed4b (patch)
tree408eecb2f27d0a93faed1db75e2d9526a2fc0814
parentee2e2bc74b1f73db81136fa2077fabd97a860410 (diff)
downloadhomebrew-9714f5a210491200a98bdeefb294f296e415ed4b.tar.bz2
utils: remove obsolete comment
-rw-r--r--Library/Homebrew/utils.rb1
1 files changed, 0 insertions, 1 deletions
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}"