diff options
| -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, | |||
| 1056 | *body = xs_json_dumps_pp(ins, 4); | 1056 | *body = xs_json_dumps_pp(ins, 4); |
| 1057 | *ctype = "application/json"; | 1057 | *ctype = "application/json"; |
| 1058 | status = 200; | 1058 | status = 200; |
| 1059 | |||
| 1060 | printf("%s\n", *body); | ||
| 1061 | } | 1059 | } |
| 1062 | else | 1060 | else |
| 1063 | if (xs_startswith(cmd, "/v1/statuses/")) { | 1061 | if (xs_startswith(cmd, "/v1/statuses/")) { |