Remove unused Logger requires

This commit is contained in:
Claudio Ortolina
2026-03-12 14:57:48 +00:00
parent a921ef8725
commit 24863b16c4
3 changed files with 0 additions and 6 deletions
-2
View File
@@ -37,8 +37,6 @@ defmodule LastFm.Refresh do
alias LastFm.{API, Config, Feed}
require Logger
@type config :: Config.t()
@spec start_link(config) :: GenServer.on_start()