remove debug datoms call

This commit is contained in:
Tienson Qin
2026-01-08 23:21:02 +08:00
parent 887c0cc481
commit 2c6723db3f

View File

@@ -211,9 +211,7 @@
addr
content
addresses)))
(set! (.-conn self) (storage/open-conn sql))
(let [conn (.-conn self)]
(prn :debug :import-datoms-count (count (d/datoms @conn :eavt))))))
(set! (.-conn self) (storage/open-conn sql))))
(defn- cycle-reject-response [db tx-data {:keys [attr]}]
{:type "tx/reject"