From a5dea165af97db8ead5d9950db105847761f044c Mon Sep 17 00:00:00 2001 From: arne Date: Thu, 20 Nov 2025 15:02:18 +0100 Subject: [PATCH] Remove stray console.log in attachment component --- src/computersandblues/lodestone/app.cljs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/computersandblues/lodestone/app.cljs b/src/computersandblues/lodestone/app.cljs index 70cd04d..a619735 100644 --- a/src/computersandblues/lodestone/app.cljs +++ b/src/computersandblues/lodestone/app.cljs @@ -317,7 +317,6 @@ (defn attachment [{:keys [attachment]}] (let [preview-url (or (:preview_remote_url attachment) (:preview_url attachment)) remote-url (or (:remote_url attachment) (:url attachment)) - _ (js/console.log :preview-url preview-url :remote_url remote-url :attachment attachment) ext (last (str/split remote-url #"\."))] (case (:type attachment) "image" [:img {:src preview-url