diff options
author | default <nobody@localhost> | 2022-12-02 20:39:31 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-12-02 20:39:31 +0100 |
commit | 4819c4248dc54c05cd4db9f181b333c3fd05d03d (patch) | |
tree | a0eb8b255ddce7590213051bbe1351e084b99749 /html.c | |
parent | 67d57252ea094491420f20de244b74ff112382f2 (diff) |
More old code deletions.
Diffstat (limited to 'html.c')
-rw-r--r-- | html.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1041,8 +1041,6 @@ int html_get_handler(d_char *req, char *q_path, char **body, int *b_size, char * xs *list = timeline_list(&snac, "private", XS_ALL); - printf("--> %d\n", xs_list_len(list)); - *body = html_timeline(&snac, list, 0); *b_size = strlen(*body); status = 200; |