From b98306f1a388746f810221db0a6edad0b32d7ffa Mon Sep 17 00:00:00 2001 From: Mike Thompson Date: Thu, 20 Jul 2017 09:27:22 +1000 Subject: [PATCH] Remove an old XXX comment --- src/re_frame/std_interceptors.cljc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/re_frame/std_interceptors.cljc b/src/re_frame/std_interceptors.cljc index 64b260f..25ed443 100644 --- a/src/re_frame/std_interceptors.cljc +++ b/src/re_frame/std_interceptors.cljc @@ -10,10 +10,6 @@ [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 "An interceptor which logs data about the handling of an event.