aboutsummaryrefslogtreecommitdiff
path: root/vcalendar.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--vcalendar.scm4
1 files changed, 0 insertions, 4 deletions
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))
-