diff --git a/frontend/uxbox/rstore.cljs b/frontend/uxbox/rstore.cljs index 9a30ec03c..fb160e7d7 100644 --- a/frontend/uxbox/rstore.cljs +++ b/frontend/uxbox/rstore.cljs @@ -101,7 +101,6 @@ ;; pushed to the event-stream bus (as-> (rx/with-latest-from vector state-s watch-s) $ (rx/flat-map (fn [[event model]] (-apply-watch event model)) $) - (rx/merge-all $) (rx/on-value $ emit!)) ;; Initialize the stream machinary with initial state.