diff options
author | default <nobody@localhost> | 2023-04-20 17:59:35 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-04-20 17:59:35 +0200 |
commit | 350a489bd086b8ce5f2c86cbfeeaddb4488425a5 (patch) | |
tree | f58ddc4da7e5f06a0e0596684c00aa5f486d07bb | |
parent | 76445d157afa4431f217fb9a9f21ab69fe7f122d (diff) |
Deleted debug code.
-rw-r--r-- | mastoapi.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1038,8 +1038,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/")) { |