From eafb6203dfb15678b2f253c37163dbbe99ff554a Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Wed, 23 Oct 2019 00:30:15 -0400 Subject: [PATCH] don't need this debug --- activity.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/activity.go b/activity.go index 4eeea45..5f2095e 100644 --- a/activity.go +++ b/activity.go @@ -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") {