aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2014-05-13 10:06:10 -0700
committerAdam Vandenberg2014-05-13 10:06:10 -0700
commit3722516f43c1375c1929dd436c7211411c6096b1 (patch)
treec2815a4839b2f0e07dcf545dfb0870682e0db4a7 /Library
parent9fc5a543d5f7f96a37dc931e06cad8a6978f41a6 (diff)
downloadbrew-3722516f43c1375c1929dd436c7211411c6096b1.tar.bz2
remove commented-out line of code
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/cmd/brew-tap-readme.rb1
1 files changed, 0 insertions, 1 deletions
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?