From add69e1e05246e31d9f01460dc388f295fd4821c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 20 Mar 2019 21:41:36 +0100 Subject: Some cleanup. --- vcalendar.scm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'vcalendar.scm') diff --git a/vcalendar.scm b/vcalendar.scm index efb00247..1145b16e 100644 --- a/vcalendar.scm +++ b/vcalendar.scm @@ -103,12 +103,8 @@ (else (throw 'something)))))) - (display component) (newline) - (display root) (newline) - (set! (attr component "NAME") (attr root "NAME")) (set! (attr component "COLOR") (attr root "COLOR")) component)) - -- cgit v1.2.3