delete old print stmt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user