diff options
| author | Jack Nagel | 2014-09-30 23:12:20 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-09-30 23:12:20 -0500 |
| commit | 86bb9b3fbb5d53b44a56b7e13c685ea60e64b376 (patch) | |
| tree | 7e6455947c2426b5648a150bb92a12f36d8fd7d6 /Library | |
| parent | 95ec1650f497ab4024c05766daf8ce06ef527cb9 (diff) | |
| download | brew-86bb9b3fbb5d53b44a56b7e13c685ea60e64b376.tar.bz2 | |
Remove commented-out code
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/doctor.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 4136218fd..2910d05b7 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -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 |
