summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-12-02 20:39:31 +0100
committerdefault <nobody@localhost>2022-12-02 20:39:31 +0100
commit4819c4248dc54c05cd4db9f181b333c3fd05d03d (patch)
treea0eb8b255ddce7590213051bbe1351e084b99749 /html.c
parent67d57252ea094491420f20de244b74ff112382f2 (diff)
More old code deletions.
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/html.c b/html.c
index d486139..43f064f 100644
--- a/html.c
+++ b/html.c
@@ -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;