diff --git a/src/re_frame/cofx.cljc b/src/re_frame/cofx.cljc index f970fc0..9fc5493 100644 --- a/src/re_frame/cofx.cljc +++ b/src/re_frame/cofx.cljc @@ -65,12 +65,6 @@ ;; Because this interceptor is used so much, we reify it (def inject-db (inject-cofx :db)) -(register - :local-store - (fn local-store-handler - [coeffects k] - ()XXXX - (assoc coeffects :db @app-db))) ;; -- Further Example --------------------------------------------------------