diff --git a/src/uxbox/data/auth.cljs b/src/uxbox/data/auth.cljs index c6101d31f9..7d512fdf98 100644 --- a/src/uxbox/data/auth.cljs +++ b/src/uxbox/data/auth.cljs @@ -33,7 +33,6 @@ (defrecord FetchProfile [] rs/WatchEvent (-apply-watch [_ state s] - (println "FetchProfile") (letfn [(on-error [err] (uum/error (tr "errors.profile-fetch")) (rx/empty))] diff --git a/src/uxbox/data/projects.cljs b/src/uxbox/data/projects.cljs index e29f680769..47b4c37ca2 100644 --- a/src/uxbox/data/projects.cljs +++ b/src/uxbox/data/projects.cljs @@ -61,7 +61,6 @@ (letfn [(on-loaded [{projects :payload}] #(reduce stpr/assoc-project % projects)) (on-error [err] - (println err) (rx/empty))] (->> (rp/do :fetch/projects) (rx/map on-loaded)