diff options
| author | Alyssa Ross | 2016-12-03 23:26:52 +0000 | 
|---|---|---|
| committer | Alyssa Ross | 2016-12-03 23:26:52 +0000 | 
| commit | 5cf97e5603456a6d9dc407b5e3bf7ba31c69b6d6 (patch) | |
| tree | 108a1562221a0c76ef17097e948cb642358d49c5 /Library/Homebrew/tab.rb | |
| parent | 7544a9afc7be23dbeed88f9a6c28da9b7beeaf80 (diff) | |
| download | brew-5cf97e5603456a6d9dc407b5e3bf7ba31c69b6d6.tar.bz2 | |
tab: remove debugging
Diffstat (limited to 'Library/Homebrew/tab.rb')
| -rw-r--r-- | Library/Homebrew/tab.rb | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Homebrew/tab.rb b/Library/Homebrew/tab.rb index 5588a14c6..d355e838d 100644 --- a/Library/Homebrew/tab.rb +++ b/Library/Homebrew/tab.rb @@ -319,9 +319,6 @@ class Tab < OpenStruct    end    def write -    require 'pry-byebug' -    binding.pry -      # If this is a new installation, the cache of installed formulae      # will no longer be valid.      Formula.clear_installed_formulae_cache unless tabfile.exist?  | 
