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