delete old print stmt

This commit is contained in:
sentriz
2020-03-12 12:49:33 +00:00
parent 1fcf5bcb17
commit 5dc952810f

View File

@@ -1,7 +1,6 @@
package ctrlsubsonic
import (
"fmt"
"log"
"net/http"
"sort"
@@ -131,7 +130,6 @@ func (c *Controller) ServeGetPlaylists(r *http.Request) *spec.Response {
sub.Playlists = &spec.Playlists{
List: make([]*spec.Playlist, len(playlists)),
}
fmt.Println("aaaa")
for i, playlist := range playlists {
sub.Playlists.List[i] = spec.NewPlaylist(playlist)
sub.Playlists.List[i].Owner = user.Name