From 3722516f43c1375c1929dd436c7211411c6096b1 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 13 May 2014 10:06:10 -0700 Subject: remove commented-out line of code --- Library/Contributions/cmd/brew-tap-readme.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'Library') diff --git a/Library/Contributions/cmd/brew-tap-readme.rb b/Library/Contributions/cmd/brew-tap-readme.rb index 76770acc7..957904463 100755 --- a/Library/Contributions/cmd/brew-tap-readme.rb +++ b/Library/Contributions/cmd/brew-tap-readme.rb @@ -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? -- cgit v1.2.3