diff --git a/Library/Homebrew/cmd/cleanup.rb b/Library/Homebrew/cmd/cleanup.rb index 86607b2e24..1bcf9e1535 100644 --- a/Library/Homebrew/cmd/cleanup.rb +++ b/Library/Homebrew/cmd/cleanup.rb @@ -77,10 +77,6 @@ module Homebrew extend self end end end - if pn.basename.to_s.split('.').last == 'incomplete' - puts "Removing #{pn}..." - rm pn unless ARGV.dry_run? - end end end