Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
utils: remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Mar 21, 2013
1 parent ee2e2bc commit 9714f5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Library/Homebrew/utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def escape n
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}"
Expand Down

0 comments on commit 9714f5a

Please sign in to comment.