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