Skip to content

Commit

Permalink
Remove get_current_url
Browse files Browse the repository at this point in the history
  • Loading branch information
keathley committed May 12, 2017
1 parent 6612259 commit 6d35e90
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/wallaby/browser.ex
Expand Up @@ -280,12 +280,6 @@ defmodule Wallaby.Browser do
driver.current_url!(session)
end

def get_current_url(parent) do
IO.warn "get_current_url/1 has been deprecated. Please use current_url/1"

current_url(parent)
end

@doc """
Gets the current path of the session
"""
Expand Down

0 comments on commit 6d35e90

Please sign in to comment.