remove unused method

This commit is contained in:
snewcomer 2018-12-23 14:13:43 -08:00
parent 237bfa718e
commit d63a1e4378
1 changed files with 0 additions and 4 deletions

View File

@ -124,8 +124,4 @@ defmodule Ueberauth.Strategy.Twitter do
|> options
|> Keyword.get(key, default)
end
defp json_library do
Ueberauth.Config.json_library()
end
end