From 38a64c356bf4f49f43eb16c3965d8f07d978dead Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 31 Mar 2016 21:52:19 +0300 Subject: [PATCH] More code cleaning from debug messages. --- src/uxbox/data/auth.cljs | 1 - src/uxbox/data/projects.cljs | 1 - 2 files changed, 2 deletions(-) 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)