aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/cleanup.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/cleanup.rb b/Library/Homebrew/cmd/cleanup.rb
index f5e4637ec..7c6505cc7 100644
--- a/Library/Homebrew/cmd/cleanup.rb
+++ b/Library/Homebrew/cmd/cleanup.rb
@@ -8,7 +8,6 @@ module Homebrew extend self
begin
cleanup_formula rack.basename.to_s if rack.directory?
rescue FormulaUnavailableError => e
- opoo "Formula not found for #{e.name}"
end
end
# seems like a good time to do some additional cleanup