Remove println statement
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
This commit is contained in:
parent
7367f3d54b
commit
13b5c14b78
|
@ -207,7 +207,6 @@
|
||||||
|
|
||||||
(fx/defn handle-connection-status-change
|
(fx/defn handle-connection-status-change
|
||||||
[{:keys [db] :as cofx} is-connected?]
|
[{:keys [db] :as cofx} is-connected?]
|
||||||
(println "ChANGED" is-connected?)
|
|
||||||
(fx/merge cofx
|
(fx/merge cofx
|
||||||
{:db (assoc db :network-status (if is-connected? :online :offline))}
|
{:db (assoc db :network-status (if is-connected? :online :offline))}
|
||||||
(mailserver/network-connection-status-changed is-connected?)))
|
(mailserver/network-connection-status-changed is-connected?)))
|
||||||
|
|
Loading…
Reference in New Issue