don't need this debug
This commit is contained in:
parent
da9ee81ff2
commit
eafb6203df
|
@ -1176,8 +1176,6 @@ func honkworldwide(user *WhatAbout, honk *Honk) {
|
|||
jonk.Write(&buf)
|
||||
msg := buf.Bytes()
|
||||
|
||||
log.Printf("obj for transmission: %s", msg)
|
||||
|
||||
rcpts := make(map[string]bool)
|
||||
for _, a := range honk.Audience {
|
||||
if a == thewholeworld || a == user.URL || strings.HasSuffix(a, "/followers") {
|
||||
|
|
Loading…
Reference in New Issue