remove debug log
This commit is contained in:
parent
1cde7289c5
commit
0f330ca3c7
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue