summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/guile/skribilo/reader/rss-2.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/guile/skribilo/reader/rss-2.scm b/src/guile/skribilo/reader/rss-2.scm
index f71a967..4347282 100755
--- a/src/guile/skribilo/reader/rss-2.scm
+++ b/src/guile/skribilo/reader/rss-2.scm
@@ -185,9 +185,7 @@
                         (keys   '())
                         (result '()))
                (if (null? items)
-                   (begin
-                     (format (current-error-port) "ITEMS = ~s~%" result)
-                     (reverse result))
+                   (reverse result)
                    (match (car items)
                      ((or ('dt ('@ _ ...) text ...)
                           ('dt text ...))