diff --git a/ui/views/posts/posts.go b/ui/views/posts/posts.go index a106ff8..a00c6c3 100644 --- a/ui/views/posts/posts.go +++ b/ui/views/posts/posts.go @@ -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