Remove interceptors from debug information

This commit is contained in:
Daniel Compton 2018-01-29 23:45:46 +13:00
parent b28f14c8cf
commit 72ead3e2e6
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@
(defn summarise-event [ev]
(-> ev
(dissoc :start :duration :end :child-of)
(update :tags dissoc :app-db-before :app-db-after :effects :coeffects)))
(update :tags dissoc :app-db-before :app-db-after :effects :coeffects :interceptors)))
(defn summarise-match [match]