More code cleaning from debug messages.

This commit is contained in:
Andrey Antukh 2016-03-31 21:52:19 +03:00
parent cd61c65d55
commit 38a64c356b
2 changed files with 0 additions and 2 deletions

View File

@ -33,7 +33,6 @@
(defrecord FetchProfile [] (defrecord FetchProfile []
rs/WatchEvent rs/WatchEvent
(-apply-watch [_ state s] (-apply-watch [_ state s]
(println "FetchProfile")
(letfn [(on-error [err] (letfn [(on-error [err]
(uum/error (tr "errors.profile-fetch")) (uum/error (tr "errors.profile-fetch"))
(rx/empty))] (rx/empty))]

View File

@ -61,7 +61,6 @@
(letfn [(on-loaded [{projects :payload}] (letfn [(on-loaded [{projects :payload}]
#(reduce stpr/assoc-project % projects)) #(reduce stpr/assoc-project % projects))
(on-error [err] (on-error [err]
(println err)
(rx/empty))] (rx/empty))]
(->> (rp/do :fetch/projects) (->> (rp/do :fetch/projects)
(rx/map on-loaded) (rx/map on-loaded)