Remove a debug print accidenatlly commited.
This commit is contained in:
parent
075e171b40
commit
48bbd32eb8
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user