mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-22 13:25:04 +00:00
Deleted debug code.
This commit is contained in:
parent
76445d157a
commit
350a489bd0
1 changed files with 0 additions and 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);
|
*body = xs_json_dumps_pp(ins, 4);
|
||||||
*ctype = "application/json";
|
*ctype = "application/json";
|
||||||
status = 200;
|
status = 200;
|
||||||
|
|
||||||
printf("%s\n", *body);
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
if (xs_startswith(cmd, "/v1/statuses/")) {
|
if (xs_startswith(cmd, "/v1/statuses/")) {
|
||||||
|
|
Loading…
Reference in a new issue