aboutsummaryrefslogtreecommitdiff
path: root/vcalendar.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-03-20 21:41:36 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-03-21 01:53:21 +0100
commitadd69e1e05246e31d9f01460dc388f295fd4821c (patch)
treec19a14c2c297513bb3e03e838749b0b54d9892cd /vcalendar.scm
parentMove time procedures from main to where they belong. (diff)
downloadcalp-add69e1e05246e31d9f01460dc388f295fd4821c.tar.gz
calp-add69e1e05246e31d9f01460dc388f295fd4821c.tar.xz
Some cleanup.
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))
-