mirror of
https://github.com/status-im/status-react.git
synced 2025-02-25 17:16:03 +00:00
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
|
||||
[{:keys [db] :as cofx} is-connected?]
|
||||
(println "ChANGED" is-connected?)
|
||||
(fx/merge cofx
|
||||
{:db (assoc db :network-status (if is-connected? :online :offline))}
|
||||
(mailserver/network-connection-status-changed is-connected?)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user