1
0
mirror of https://github.com/mrusme/neonmodem.git synced 2024-09-29 04:45:55 -04:00

Removed debugging output

This commit is contained in:
マリウス 2022-12-31 14:32:27 -05:00
parent 8b6619f2ed
commit 61ed9fde70
No known key found for this signature in database
GPG Key ID: 272ED814BF63261F

View File

@ -1,7 +1,6 @@
package posts
import (
"encoding/json"
"fmt"
"strings"
@ -296,8 +295,6 @@ func (m *Model) renderViewport(p *post.Post) string {
body,
)
bla, _ := json.Marshal(p.Replies)
m.ctx.Logger.Debugf("%s", bla)
out += m.renderReplies(0, p.Author.Name, &p.Replies)
m.viewportOpen = true