Removed another forgotten debug println.
This commit is contained in:
parent
b591346177
commit
1dad2ffa5f
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user