Remove println statement

Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
This commit is contained in:
Andrea Maria Piana 2018-12-13 09:52:09 +01:00
parent 7367f3d54b
commit 13b5c14b78
No known key found for this signature in database
GPG Key ID: AA6CCA6DE0E06424
1 changed files with 0 additions and 1 deletions

View File

@ -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?)))