aboutsummaryrefslogtreecommitdiff
path: root/module/output
diff options
context:
space:
mode:
Diffstat (limited to 'module/output')
-rw-r--r--module/output/html.scm12
1 files changed, 0 insertions, 12 deletions
diff --git a/module/output/html.scm b/module/output/html.scm
index 7000aa6c..f15776cb 100644
--- a/module/output/html.scm
+++ b/module/output/html.scm
@@ -124,18 +124,6 @@
"📅"))
,(fmt-single-event ev)))
-(define (event-debug-html event)
- (fmt-single-event event)
- #;
- `(table
- (tbody
- ,@(hash-map->list
- (match-lambda*
- [(key vline)
- `(tr (th ,key) (td ,(format #f "~a" (value vline))))]
- [_ (error "What are you doing‽")])
- (attributes event)))))
-
(define (data-attributes event)
(hash-map->list
(match-lambda*