From 0f330ca3c7bd3dc2a61fdd45b1bf1c0aca419399 Mon Sep 17 00:00:00 2001 From: Clemens Date: Wed, 29 May 2024 11:27:50 +0200 Subject: [PATCH] remove debug log --- src/main/dda/masto_embed/to_html.cljs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)