1
0

Remove a debug print accidenatlly commited.

This commit is contained in:
Alexander Andreev 2023-08-20 03:27:08 +04:00
parent 075e171b40
commit 48bbd32eb8
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

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