aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dev-cmd/bottle.rb
diff options
context:
space:
mode:
authorMike McQuaid2016-09-12 09:57:45 +0100
committerMike McQuaid2016-09-12 09:57:45 +0100
commitdebc202d1e1e819d9263c85c80669252b3dd650c (patch)
treedfbba80f72c2dc3946f7c9f58b7825e80a7385b5 /Library/Homebrew/dev-cmd/bottle.rb
parent2c7ccee771e7d34a5202f007e3101b66c982ea10 (diff)
downloadbrew-debc202d1e1e819d9263c85c80669252b3dd650c.tar.bz2
bottle: remove debug statements.
Diffstat (limited to 'Library/Homebrew/dev-cmd/bottle.rb')
-rw-r--r--Library/Homebrew/dev-cmd/bottle.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Homebrew/dev-cmd/bottle.rb b/Library/Homebrew/dev-cmd/bottle.rb
index ffdfd088c..4b25b3842 100644
--- a/Library/Homebrew/dev-cmd/bottle.rb
+++ b/Library/Homebrew/dev-cmd/bottle.rb
@@ -287,9 +287,6 @@ module Homebrew
bottle.sha256 sha256 => Utils::Bottles.tag
old_spec = f.bottle_specification
- p root_url
- p old_spec.root_url(root_url)
- p bottle.root_url(root_url)
if ARGV.include?("--keep-old") && !old_spec.checksums.empty?
mismatches = [:root_url, :prefix, :cellar, :rebuild].select do |key|
old_spec.send(key) != bottle.send(key)