1
0

Removed another forgotten debug println.

This commit is contained in:
Alexander Andreev 2022-03-31 15:45:49 +04:00
parent b591346177
commit 1dad2ffa5f
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F

View File

@ -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
}