Remove old comment

This commit is contained in:
Mike Thompson 2016-08-27 18:37:01 +10:00
parent 5f5020e391
commit bca5fd76db
1 changed files with 0 additions and 3 deletions

View File

@ -5,11 +5,8 @@
[re-frame.interop :refer [empty-queue debug-enabled?]]))
;; XXX use defrecord ??
(def mandatory-interceptor-keys #{:id :after :before})
(defn interceptor?
[m]
(and (map? m)