remove commented-out line of code

This commit is contained in:
Adam Vandenberg 2014-05-13 10:06:10 -07:00
parent 9fc5a543d5
commit 3722516f43

View File

@ -25,7 +25,6 @@ Docs
[wiki]:http://wiki.github.com/Homebrew/homebrew
EOS
# puts ERB.new(template, nil, '>').result(binding)
puts template if ARGV.verbose?
path = Pathname.new('./README.md')
raise "#{path} already exists" if path.exist?