From b5c1a12e337afcd309255cc5d4ae9c5039eba417 Mon Sep 17 00:00:00 2001 From: jem Date: Wed, 24 Jun 2020 19:59:02 +0200 Subject: [PATCH] print acnt->id to js-console --- src/main/dda/masto_embed/app.cljs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/main/dda/masto_embed/app.cljs b/src/main/dda/masto_embed/app.cljs index 8a25206..3adac0e 100644 --- a/src/main/dda/masto_embed/app.cljs +++ b/src/main/dda/masto_embed/app.cljs @@ -53,6 +53,7 @@ (edn (filter #(= account-name (:acct %))) + (infra/debug) (map :id) first))) out)) @@ -68,13 +69,9 @@ (edn) ] - (print host-url) - (print account-name) - (print account-id) (->> statuus - (take 14) + (take 4) (api/masto->html) (render-html) - (infra/debug) (render-to-document)) )))