fix: remove debug code again idiot
Some checks failed
build / build (push) Failing after 19s

This commit is contained in:
2026-03-05 15:58:06 -07:00
parent 6d1d94194b
commit bc5138086d

View File

@@ -35,7 +35,6 @@
(str/replace #"stroke=['\"]#000['\"]" "stroke=\"currentColor\"")))
(defn render-snippets [snippet-promises]
(fs/with-temp-dir [svg-dir {:prefix "doerg-svg-"}]
(let [rendered-snippets
(delay (->> snippet-promises
(map first)
@@ -51,7 +50,7 @@
hiccup/raw (deliver p)))
(catch Exception e
(l/error e "Error in TeX thread")
(throw e)))))))
(throw e))))))
(comment
(let [snippets (for [x ["\\(\\ifxetex blah \\fi\\)"