From 2f6432bf24a0461355ca52fa63b286775f89dfc2 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sun, 10 Jan 2016 23:13:48 +0200 Subject: [PATCH] Remove merge-all from rstore. --- frontend/uxbox/rstore.cljs | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/uxbox/rstore.cljs b/frontend/uxbox/rstore.cljs index 9a30ec03c4..fb160e7d71 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.