From 46f23ec85efb1212f612abd2847c91b53e086a93 Mon Sep 17 00:00:00 2001 From: default Date: Thu, 20 Apr 2023 18:45:31 +0200 Subject: [PATCH] Commented out more debugging code. --- mastoapi.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/mastoapi.c b/mastoapi.c index 4eeefe1..6e5fe09 100644 --- a/mastoapi.c +++ b/mastoapi.c @@ -1056,8 +1056,6 @@ int mastoapi_get_handler(const xs_dict *req, const char *q_path, *body = xs_json_dumps_pp(ins, 4); *ctype = "application/json"; status = 200; - - printf("%s\n", *body); } else if (xs_startswith(cmd, "/v1/statuses/")) {