mirror of
https://github.com/mrusme/neonmodem.git
synced 2025-01-03 14:56:41 -05:00
Removed debugging output
This commit is contained in:
parent
8b6619f2ed
commit
61ed9fde70
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user