瀏覽代碼

Commented out more debugging code.

default 3 年之前
父節點
當前提交
46f23ec85e
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      mastoapi.c

+ 0 - 2
mastoapi.c

@@ -1056,8 +1056,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/")) {