From c48f77811f4406e5ccf423babfe286367bd22687 Mon Sep 17 00:00:00 2001 From: Bryce Date: Tue, 12 Sep 2023 18:46:10 -0700 Subject: [PATCH] makes logs a little less noisy. --- src/clj/auto_ap/graphql/ledger.clj | 1 - src/clj/auto_ap/square/core3.clj | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/clj/auto_ap/graphql/ledger.clj b/src/clj/auto_ap/graphql/ledger.clj index cd6454bf..63309729 100644 --- a/src/clj/auto_ap/graphql/ledger.clj +++ b/src/clj/auto_ap/graphql/ledger.clj @@ -321,7 +321,6 @@ (try (f entry) (catch Exception e - (println e) (assoc entry :error (.getMessage e) :status (or (:status (ex-data e)) :error)))))) diff --git a/src/clj/auto_ap/square/core3.clj b/src/clj/auto_ap/square/core3.clj index d18d525c..4f6cb956 100644 --- a/src/clj/auto_ap/square/core3.clj +++ b/src/clj/auto_ap/square/core3.clj @@ -71,9 +71,10 @@ (s/buffer 50) (s/realize-each) (s/consume (fn [_] - (log/info ::request-completed + #_(log/info ::request-completed :source "Square 3" - :background-job "Square 3")))) + :background-job "Square 3") + nil))) stream)) (defn manifold-api-call