don't need to log the whole follow accept

This commit is contained in:
Ted Unangst 2019-06-02 16:08:24 -04:00
parent 2b0517701b
commit 14fd3a64cd
1 changed files with 0 additions and 2 deletions

View File

@ -645,8 +645,6 @@ func rubadubdub(user *WhatAbout, req map[string]interface{}) {
j["published"] = time.Now().UTC().Format(time.RFC3339) j["published"] = time.Now().UTC().Format(time.RFC3339)
j["object"] = req j["object"] = req
WriteJunk(os.Stdout, j)
actor, _ := jsongetstring(req, "actor") actor, _ := jsongetstring(req, "actor")
box, err := getboxes(actor) box, err := getboxes(actor)
if err != nil { if err != nil {