removing potentially problematic log.

This commit is contained in:
Bryce
2023-05-23 10:20:24 -07:00
parent 4c38393842
commit 8d4ee2bab8
3 changed files with 2 additions and 3 deletions

View File

@@ -171,8 +171,6 @@
true
(merge-query {:query {:find ['?sort-default '?e] :where ['[?e :client/name ?sort-default]]}}))]
(mu/log ::q
:query query)
(->> (query2 query)
(apply-sort-3 (update args :sort conj {:sort-key "default-2" :asc true}))
(apply-pagination args))))