Remove broken puts from verbose brew link

The print wrapper which has its own `puts` broke this line; though with
the changes to `link` it isn't necessary any longer, so just remove it.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-03-20 11:22:45 -05:00
parent 17bdfb1d38
commit ed83fa609b

View File

@ -16,7 +16,6 @@ module Homebrew extend self
end
print "Linking #{keg}... " do
puts if ARGV.verbose?
puts "#{keg.link} symlinks created"
end
end