summaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
Diffstat (limited to 'activitypub.c')
-rw-r--r--activitypub.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/activitypub.c b/activitypub.c
index 7cb0f37..3c8204b 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -28,11 +28,6 @@ int activitypub_request(snac *snac, char *url, d_char **data)
NULL, NULL, 0, &status, &payload, &p_size);
if (valid_status(status)) {
- if (dbglevel >= 3) {
- xs *j = xs_json_dumps_pp(response, 4);
- fprintf(stderr, "%s\n", j);
- }
-
/* ensure it's ActivityPub data */
ctype = xs_dict_get(response, "content-type");