Makes transaction pencil much faster.
This commit is contained in:
@@ -30,9 +30,7 @@
|
||||
(printf "%s - %s: %s\n" (:mulog/namespace item) (:mulog/event-name item)
|
||||
(pr-str (reduce
|
||||
(fn [acc [k v]]
|
||||
(if (= "mulog" (namespace k))
|
||||
acc
|
||||
(assoc acc k v)))
|
||||
(assoc acc k v))
|
||||
{}
|
||||
item))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user