diff --git a/internal/radio/icecast.go b/internal/radio/icecast.go index ad33636..29c6285 100644 --- a/internal/radio/icecast.go +++ b/internal/radio/icecast.go @@ -5,7 +5,6 @@ import ( "dwelling-radio/pkg/watcher" "encoding/json" "io" - "log" "net/http" "os" "sync" @@ -130,8 +129,6 @@ func icecastLastPlayedSongs(playlistPath string, n int) ([]Song, error) { return nil, err } - log.Println(playlistPath, buf) - lines := bytes.Split(buf, []byte("\n")) if len(lines) < 2 {