Skip to content

Commit

Permalink
remove println from login poll
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Jun 9, 2016
1 parent 5c632ed commit 7aef8f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cljs/ulysses/handlers.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
(register-handler
:receive-user-poll
(fn [db [_ response]]
(println "login poll:" response)
(if-not (and (boolean? response) response)
;; not logged in anymore, so nil the user
(assoc db :user nil)
Expand Down

0 comments on commit 7aef8f9

Please sign in to comment.