mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
fix: should only log query when debug is enabled
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user