minor tweaks.

This commit is contained in:
Bryce Covert
2020-10-02 07:18:39 -07:00
parent 71c716e669
commit cdccaf0572
3 changed files with 3 additions and 6 deletions

View File

@@ -29,8 +29,6 @@
(fn [jels]
(mapv
(fn [jel]
(log/info (get-in @running-balance-cache [(:db/id (:journal-entry/client je))
(:db/id jel)]))
(assoc jel :running-balance (get-in @running-balance-cache [(:db/id (:journal-entry/client je))
(:db/id jel)])))