diff --git a/Library/Homebrew/cmd/update.rb b/Library/Homebrew/cmd/update.rb index b21b6ec76c..7eac0b3896 100644 --- a/Library/Homebrew/cmd/update.rb +++ b/Library/Homebrew/cmd/update.rb @@ -129,8 +129,6 @@ class RefreshBrew if pending_formulae_changes? ohai "The following formulae were updated:" puts_columns updated_formulae, installed_formulae - else - puts "No formulae were updated." end ## New examples if pending_new_examples? @@ -146,8 +144,6 @@ class RefreshBrew if pending_examples_changes? ohai "The following external commands were updated:" puts_columns updated_examples - else - puts "No external commands were updated." end end