From bf1ee12da28894cf08b704adb24ce399459072e0 Mon Sep 17 00:00:00 2001 From: default Date: Sun, 25 Sep 2022 21:45:58 +0200 Subject: More sign work (I'm tired). --- activitypub.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'activitypub.c') 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"); -- cgit v1.2.3