don't need this debug

This commit is contained in:
Ted Unangst 2019-10-23 00:30:15 -04:00
parent da9ee81ff2
commit eafb6203df
1 changed files with 0 additions and 2 deletions

View File

@ -1176,8 +1176,6 @@ func honkworldwide(user *WhatAbout, honk *Honk) {
jonk.Write(&buf) jonk.Write(&buf)
msg := buf.Bytes() msg := buf.Bytes()
log.Printf("obj for transmission: %s", msg)
rcpts := make(map[string]bool) rcpts := make(map[string]bool)
for _, a := range honk.Audience { for _, a := range honk.Audience {
if a == thewholeworld || a == user.URL || strings.HasSuffix(a, "/followers") { if a == thewholeworld || a == user.URL || strings.HasSuffix(a, "/followers") {