diff --git a/src/main/dda/masto_embed/to_html.cljs b/src/main/dda/masto_embed/to_html.cljs
index 6a3590e..a2cf7f1 100644
--- a/src/main/dda/masto_embed/to_html.cljs
+++ b/src/main/dda/masto_embed/to_html.cljs
@@ -101,8 +101,7 @@
(defn masto->html [statuses]
(let [html (b/post-html-hiccup)]
(map (fn [status]
- (let [{:keys [account created_at content media_attachments replies_count reblogs_count favourites_count card url]} status
- abc (js/console.log card)]
+ (let [{:keys [account created_at content media_attachments replies_count reblogs_count favourites_count card url]} status]
(-> html
(masto-header->html account created_at url)
(masto-content->html content)