aboutsummaryrefslogtreecommitdiff
path: root/module/entry-points
diff options
context:
space:
mode:
Diffstat (limited to 'module/entry-points')
-rw-r--r--module/entry-points/html.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/module/entry-points/html.scm b/module/entry-points/html.scm
index a5cd7303..eaf6cd62 100644
--- a/module/entry-points/html.scm
+++ b/module/entry-points/html.scm
@@ -32,8 +32,6 @@
calendar-files: (cond [(option-ref opts 'file #f) => list]
[else (calendar-files)]) ))
- ((@ (srfi srfi-41) stream->list) events)
-
(if (option-ref opts 'chunked #f)
(html-chunked-main count calendars events start)
(html-generate calendars events start end)))