From 74b3e08427e3fff515ab171467dd7cc83a65ca7d Mon Sep 17 00:00:00 2001 From: video-prize-ranch Date: Sun, 23 Jan 2022 20:59:40 -0500 Subject: [PATCH] Remove println --- pages/gallery.go | 1 - 1 file changed, 1 deletion(-) 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 {