Remove commented-out code

This commit is contained in:
Jack Nagel 2014-09-30 23:12:20 -05:00
parent 95ec1650f4
commit 86bb9b3fbb

View File

@ -656,7 +656,6 @@ def check_for_config_scripts
next if p =~ %r[^(#{real_cellar.to_s}|#{HOMEBREW_CELLAR.to_s})] if real_cellar
configs = Dir["#{p}/*-config"]
# puts "#{p}\n #{configs * ' '}" unless configs.empty?
config_scripts << [p, configs.map { |c| File.basename(c) }] unless configs.empty?
end