0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00

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 []
rs/WatchEvent
(-apply-watch [_ state s]
(println "FetchProfile")
(letfn [(on-error [err]
(uum/error (tr "errors.profile-fetch"))
(rx/empty))]

View file

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