From 61ed9fde70a23d560071f2e12dfb429bce27c5af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9E=E3=83=AA=E3=82=A6=E3=82=B9?= Date: Sat, 31 Dec 2022 14:32:27 -0500 Subject: [PATCH] Removed debugging output --- ui/views/posts/posts.go | 3 --- 1 file changed, 3 deletions(-) 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