Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
sentriz committed Nov 7, 2023
1 parent 0f611d7 commit 3f5cf56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/ctrlsubsonic/handlers_by_tags.go
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ func (c *Controller) ServeGetArtistInfoTwo(r *http.Request) *spec.Response {
}
var artist db.Artist
err = c.dbc.
Debug().
Preload("Info").
Select("artists.*, count(albums.id) album_count").
Where("name=?", similarName).
Expand Down

0 comments on commit 3f5cf56

Please sign in to comment.