diff options
author | default <nobody@localhost> | 2022-09-25 21:45:58 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-09-25 21:45:58 +0200 |
commit | bf1ee12da28894cf08b704adb24ce399459072e0 (patch) | |
tree | ecbb246271d736176dca120400bae6548bdbdfa1 /activitypub.c | |
parent | e132ce5076db459642b07b7e85af80f4c353edf7 (diff) |
More sign work (I'm tired).
Diffstat (limited to 'activitypub.c')
-rw-r--r-- | activitypub.c | 5 |
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"); |