Remove println

This commit is contained in:
video-prize-ranch 2022-01-23 20:59:40 -05:00
parent 431828e256
commit 74b3e08427
No known key found for this signature in database
GPG Key ID: D8EAA4C5B12A7281
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ func HandleGallery(c *fiber.Ctx) error {
}
comments := []types.Comment{}
println(album.SharedWithCommunity)
if album.SharedWithCommunity {
comments, err = api.FetchComments(c.Params("galleryID"))
if err != nil {