From 5cf97e5603456a6d9dc407b5e3bf7ba31c69b6d6 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sat, 3 Dec 2016 23:26:52 +0000 Subject: [PATCH] tab: remove debugging --- Library/Homebrew/tab.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/Library/Homebrew/tab.rb b/Library/Homebrew/tab.rb index 5588a14c6d..d355e838d7 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?