diff --git a/db.go b/db.go index 5a312f3..f23ecc6 100644 --- a/db.go +++ b/db.go @@ -26,7 +26,6 @@ type Playlist struct { } func (app App) GetPlaylists() (playlists []Playlist, err error) { - log.Println(app.db.Ping(context.Background())) rows, err := app.db.Query(context.Background(), "SELECT id, url, title FROM playlists") if err != nil { return nil, err