commit 8ceed6463731e0c5509645f337e57f2a6f283056
parent 46bf844f1c6b5251d28ff15e67102d257e752249
Author: default <nobody@localhost>
Date: Thu, 20 Apr 2023 18:45:31 +0200
Commented out more code.
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git 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/")) {