all repos — honk @ 99bde417f4322a6eac405fba11bfd77f76c2201a

my fork of honk

remove excess logging
Ted Unangst tedu@tedunangst.com
Fri, 24 Feb 2023 12:59:22 -0500
commit

99bde417f4322a6eac405fba11bfd77f76c2201a

parent

89190cf92a0ce646257f5874621a72fcb02e55fa

1 files changed, 0 insertions(+), 2 deletions(-)

jump to
M activity.goactivity.go

@@ -521,14 +521,12 @@ malcontent = strings.ReplaceAll(malcontent, `</span><span class="invisible">`, "")

mlinks := re_qtlinks.FindAllString(malcontent, -1) for _, m := range mlinks { m = m[1 : len(m)-1] - dlog.Printf("consider qt: %s", m) if re_mast0link.MatchString(m) || re_masto1ink.MatchString(m) || re_misslink.MatchString(m) || re_honklink.MatchString(m) || re_romalink.MatchString(m) { j, err := GetJunk(user.ID, m) - dlog.Printf("fetched %s: %s", m, err) if err == nil { q, ok := j.GetString("content") if ok {