Fixes logging to not cause out of control costs

This commit is contained in:
2024-02-27 21:54:56 -08:00
parent 8bca115443
commit 2cdb8e33bf
3 changed files with 28 additions and 22 deletions

View File

@@ -40,7 +40,6 @@
(defn raw-graphql-ids
([args] (raw-graphql-ids (dc/db conn) args))
([db args]
(auto-ap.logging/peek args)
(let [valid-clients (extract-client-ids (:clients args)
(:client-id args)
(when (:client-code args)