Remove println
This commit is contained in:
parent
431828e256
commit
74b3e08427
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue