fix: should only log query when debug is enabled

This commit is contained in:
Peng Xiao
2022-07-20 11:36:56 +08:00
committed by Tienson Qin
parent 2b94a95f11
commit d271b85a51
2 changed files with 3 additions and 2 deletions

View File

@@ -539,7 +539,6 @@ Some bindings in this fn:
result (if (coll? (first where))
(apply conj q where)
(conj q where))]
(prn "Datascript query: " result)
result))
(defn query