nerves-networking / vintage_net_mobile

Mobile networking for VintageNet
Apache License 2.0
27 stars 11 forks source link

Remove _ = on all Logger calls #71

Closed fhunleth closed 4 years ago

fhunleth commented 4 years ago

Elixir 1.10's Logger calls only return :ok now, so the return value no longer needs to be ignored to make Dialyzer happy.