utils: remove obsolete comment

This commit is contained in:
Jack Nagel 2013-03-21 17:12:56 -05:00
parent 47a8a312e3
commit 688ae72919

View File

@ -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}"