From 30de9b8bf04430ba69c3cbd50a3dada265c2c902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 16 Feb 2020 17:21:35 +0100 Subject: Minor cleanup. --- module/entry-points/html.scm | 2 -- 1 file changed, 2 deletions(-) (limited to 'module/entry-points') 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))) -- cgit v1.2.3