Skip to content

Commit

Permalink
fix chro
Browse files Browse the repository at this point in the history
  • Loading branch information
sadahiro-ono authored and titusfortner committed Jul 28, 2023
1 parent cd456f9 commit 4378b7d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/webdrivers/chromedriver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def latest_point_release(version)
'https://chromedriver.storage.googleapis.com/index.html'
end

p url
msg = "#{msg} Please set `Webdrivers::Chromedriver.required_version = <desired driver version>` "\
"to a known chromedriver version: #{url}"
Webdrivers.logger.debug msg
Expand Down Expand Up @@ -184,8 +183,6 @@ def latest_patch_version(driver_version)
.then { |res| JSON.parse(res, symbolize_names: true) }
.then { |json| json.dig(:builds, :"#{driver_version}", :version) }
.then { |version| version ? normalize_version(version) : nil }

p latest_patch_version
raise NetworkError unless latest_patch_version

latest_patch_version
Expand Down

0 comments on commit 4378b7d

Please sign in to comment.