aboutsummaryrefslogtreecommitdiff
path: root/OutboxPost.go
diff options
context:
space:
mode:
Diffstat (limited to 'OutboxPost.go')
-rw-r--r--OutboxPost.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/OutboxPost.go b/OutboxPost.go
index 262c7fd..fc96866 100644
--- a/OutboxPost.go
+++ b/OutboxPost.go
@@ -508,7 +508,6 @@ func ParseInboxRequest(w http.ResponseWriter, r *http.Request, db *sql.DB) {
case "Create":
for _, e := range activity.To {
if IsActorLocal(db, e) {
- fmt.Println("writing object to cache " + e)
WriteObjectToCache(db, *activity.Object)
}
}