diff options
| author | default <nobody@localhost> | 2023-04-20 18:45:31 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2023-04-20 18:45:39 +0200 |
| commit | 46f23ec85efb1212f612abd2847c91b53e086a93 (patch) | |
| tree | 53269b0dbc9009d8ea5a4b0bad8329fa7c29aa16 | |
| parent | 46bf844f1c6b5251d28ff15e67102d257e752249 (diff) | |
Commented out more debugging code.
| -rw-r--r-- | mastoapi.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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/")) { |