removing print

This commit is contained in:
Bryce Covert
2019-01-18 09:31:24 -08:00
parent 72350a03c1
commit 9e1999725c

View File

@@ -339,7 +339,6 @@
(let [check (d-checks/get-by-id id)]
(assert (or (= :payment-status/pending (:payment/status check))
(#{:payment-type/cash :payment-type/debit} (:payment/type check))))
(println "VOID CHECK" check)
(assert-can-see-client (:id context) (:db/id (:payment/client check)))
(let [removing-payments (mapcat (fn [x]
(let [invoice (:invoice-payment/invoice x)