Remove unused variable

This commit is contained in:
Mikko Ahlroth 2018-06-28 11:50:11 +03:00
parent 675302d013
commit 774ff98706

View file

@ -172,7 +172,7 @@ defmodule Tilastokeskus.Reception.Routes.PageView do
end
defp get_geoip(addr) do
%{city: city, country: country} = res = Geolix.lookup(addr, as: :raw)
%{city: city, country: country} = Geolix.lookup(addr, as: :raw)
{
get_in(city, [:city, :names, :en]),