mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-12-14 12:15:22 +00:00
Remove println
This commit is contained in:
@@ -22,7 +22,6 @@ func HandleGallery(c *fiber.Ctx) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
comments := []types.Comment{}
|
comments := []types.Comment{}
|
||||||
println(album.SharedWithCommunity)
|
|
||||||
if album.SharedWithCommunity {
|
if album.SharedWithCommunity {
|
||||||
comments, err = api.FetchComments(c.Params("galleryID"))
|
comments, err = api.FetchComments(c.Params("galleryID"))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user