Remove a debug print accidenatlly commited.
This commit is contained in:
parent
075e171b40
commit
48bbd32eb8
@ -5,7 +5,6 @@ import (
|
|||||||
"dwelling-radio/pkg/watcher"
|
"dwelling-radio/pkg/watcher"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"io"
|
"io"
|
||||||
"log"
|
|
||||||
"net/http"
|
"net/http"
|
||||||
"os"
|
"os"
|
||||||
"sync"
|
"sync"
|
||||||
@ -130,8 +129,6 @@ func icecastLastPlayedSongs(playlistPath string, n int) ([]Song, error) {
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Println(playlistPath, buf)
|
|
||||||
|
|
||||||
lines := bytes.Split(buf, []byte("\n"))
|
lines := bytes.Split(buf, []byte("\n"))
|
||||||
|
|
||||||
if len(lines) < 2 {
|
if len(lines) < 2 {
|
||||||
|
Loading…
Reference in New Issue
Block a user