summaryrefslogtreecommitdiff
path: root/mastoapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'mastoapi.c')
-rw-r--r--mastoapi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mastoapi.c b/mastoapi.c
index f00a6f7..9767fcc 100644
--- a/mastoapi.c
+++ b/mastoapi.c
@@ -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/")) {