Remove some debug log output

nostruct
Stein Ivar Berghei 2022-11-23 23:30:40 +01:00
parent 757275c8f6
commit 0b255b518c
1 changed files with 0 additions and 1 deletions

1
db.go
View File

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