utils: remove obsolete comment
This commit is contained in:
parent
47a8a312e3
commit
688ae72919
@ -33,7 +33,6 @@ class Tty
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# args are additional inputs to puts until a nil arg is encountered
|
|
||||||
def ohai title, *sput
|
def ohai title, *sput
|
||||||
title = title.to_s[0, Tty.width - 4] if $stdout.tty? unless ARGV.verbose?
|
title = title.to_s[0, Tty.width - 4] if $stdout.tty? unless ARGV.verbose?
|
||||||
puts "#{Tty.blue}==>#{Tty.white} #{title}#{Tty.reset}"
|
puts "#{Tty.blue}==>#{Tty.white} #{title}#{Tty.reset}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user