diff --git a/internal/radio/icecast.go b/internal/radio/icecast.go index 6cb0583..f6a0002 100644 --- a/internal/radio/icecast.go +++ b/internal/radio/icecast.go @@ -145,7 +145,6 @@ func IcecastWatchPlaylist(playlistPath string, lastNSongs int) error { select { case <-playlistFired: songs, err := lastPlayedSongs(lastNSongs, playlistPath) - fmt.Println("do we get here?", err) if err == nil && len(songs) > 0 { lastPlayedCache = songs }