summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--haunt/html.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/haunt/html.scm b/haunt/html.scm
index 319cc3b..5891cd0 100644
--- a/haunt/html.scm
+++ b/haunt/html.scm
@@ -112,8 +112,6 @@ list ATTRS and the child nodes in BODY."
(() *unspecified*)
(('doctype type)
(doctype->html type port))
- (('!-- comment)
- (display (string-append "<!--" comment "-->") port))
(((? symbol? tag) ('@ attrs ...) body ...)
(element->html tag attrs body port))
(((? symbol? tag) body ...)