diff of d50a75a1088711f14531bc78e3ea2c1df710eed2

d50a75a1088711f14531bc78e3ea2c1df710eed2
diff --git a/src/rss/reader-db.lisp b/src/rss/reader-db.lisp
index 6a6924b..4086391 100644
--- a/src/rss/reader-db.lisp
+++ b/src/rss/reader-db.lisp
@@ -119,7 +119,6 @@ The second value returned is the last-modified response header as simpledate-tim
 	    (pubDate (universal-to-unix
 		      (parse-date-time (get-child-item-value "updated" (xmls:node-children entry))))))
 
-	(log:info "Inserting ~a~%" (list :title title :link link :description description :author author :pubDate pubDate :feed-id feed-id))
 	(insert-feed-item title link description author pubDate feed-id)))))
 
 (defun update-feed (feed)