Remove debug output.

This commit is contained in:
Markus Reiter 2020-12-14 09:58:00 +01:00 committed by Sam Ford
parent 126842531e
commit d3e2a98136
No known key found for this signature in database
GPG Key ID: 95209E46C7FFDEFE

View File

@ -49,8 +49,6 @@ module Homebrew
def self.page_matches(url, regex, &block)
page = Strategy.page_contents(url)
odebug "Page Contents", page
if block
data = { page: page }
case (value = block.call(data))