diff --git a/src/cljx/grub/state.cljx b/src/cljx/grub/state.cljx index d92e66b..82c1b34 100644 --- a/src/cljx/grub/state.cljx +++ b/src/cljx/grub/state.cljx @@ -95,8 +95,6 @@ (add-watch states :render (fn [_ _ _ new-states] (let [new-state (sync/get-current-state new-states)] (a/put! >view new-state)))) - (a/pipe (a/map< (fn [s] - (swap! states sync/add-history-state s) - {:type :new-state :state s}) remote states) (a/put! >remote message/full-sync-request)))