remove println leftover

This commit is contained in:
andrey 2021-10-08 09:44:54 +02:00
parent e47f839bfb
commit 675dd9664a
No known key found for this signature in database
GPG Key ID: 89B67245FD2F0272
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@
(defn render-subheader
"Render the preview of a last message to a maximum of max-subheader-length characters"
[parsed-text]
(println "PARSED" parsed-text)
(let [result
(reduce
(fn [{:keys [_ length] :as acc-text} new-text-chunk]