diff options
Diffstat (limited to 'mastoapi.c')
| -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, | |||
| 1038 | *body = xs_json_dumps_pp(ins, 4); | 1038 | *body = xs_json_dumps_pp(ins, 4); |
| 1039 | *ctype = "application/json"; | 1039 | *ctype = "application/json"; |
| 1040 | status = 200; | 1040 | status = 200; |
| 1041 | |||
| 1042 | printf("%s\n", *body); | ||
| 1043 | } | 1041 | } |
| 1044 | else | 1042 | else |
| 1045 | if (xs_startswith(cmd, "/v1/statuses/")) { | 1043 | if (xs_startswith(cmd, "/v1/statuses/")) { |