diff --git a/pages/gallery.go b/pages/gallery.go index aef2609..f072e5f 100644 --- a/pages/gallery.go +++ b/pages/gallery.go @@ -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 {