diff --git a/lib/last_fm/refresh.ex b/lib/last_fm/refresh.ex index 0b43f464..24e847a0 100644 --- a/lib/last_fm/refresh.ex +++ b/lib/last_fm/refresh.ex @@ -71,7 +71,6 @@ defmodule LastFm.Refresh do {:reply, :ok, config, config.refresh_interval} error -> - # TODO: think about failure scenario - error is logged at the API level {:reply, error, config, config.refresh_interval} end end