aboutsummaryrefslogtreecommitdiff
path: root/module/entry-points
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2020-02-16 17:21:35 +0100
committerHugo Hörnquist <hugo@hornquist.se>2020-02-16 19:05:21 +0100
commit30de9b8bf04430ba69c3cbd50a3dada265c2c902 (patch)
tree3877a36c8e0f2807cabe2a9744634405d6a6e899 /module/entry-points
parentAdd count parameter to chunked html. (diff)
downloadcalp-30de9b8bf04430ba69c3cbd50a3dada265c2c902.tar.gz
calp-30de9b8bf04430ba69c3cbd50a3dada265c2c902.tar.xz
Minor cleanup.
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)))