Remove an old XXX comment

This commit is contained in:
Mike Thompson 2017-07-20 09:27:22 +10:00
parent 3e25259afc
commit b98306f1a3
1 changed files with 0 additions and 4 deletions

View File

@ -10,10 +10,6 @@
[re-frame.utils :as utils])) [re-frame.utils :as utils]))
;; XXX provide a way to set what handler should be called when there is no registered handler.
;; by default this handler will simply print out a message saying no handler was found.
(def debug (def debug
"An interceptor which logs data about the handling of an event. "An interceptor which logs data about the handling of an event.