diff options
| author | 2022-12-02 20:39:31 +0100 | |
|---|---|---|
| committer | 2022-12-02 20:39:31 +0100 | |
| commit | 4819c4248dc54c05cd4db9f181b333c3fd05d03d (patch) | |
| tree | a0eb8b255ddce7590213051bbe1351e084b99749 /html.c | |
| parent | The old timeline is no longer maintained. (diff) | |
| download | snac2-4819c4248dc54c05cd4db9f181b333c3fd05d03d.tar.gz snac2-4819c4248dc54c05cd4db9f181b333c3fd05d03d.tar.xz snac2-4819c4248dc54c05cd4db9f181b333c3fd05d03d.zip | |
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 * | |||
| 1041 | 1041 | ||
| 1042 | xs *list = timeline_list(&snac, "private", XS_ALL); | 1042 | xs *list = timeline_list(&snac, "private", XS_ALL); |
| 1043 | 1043 | ||
| 1044 | printf("--> %d\n", xs_list_len(list)); | ||
| 1045 | |||
| 1046 | *body = html_timeline(&snac, list, 0); | 1044 | *body = html_timeline(&snac, list, 0); |
| 1047 | *b_size = strlen(*body); | 1045 | *b_size = strlen(*body); |
| 1048 | status = 200; | 1046 | status = 200; |