mirror of
https://github.com/penpot/penpot.git
synced 2026-04-26 19:58:09 +00:00
More code cleaning from debug messages.
This commit is contained in:
parent
cd61c65d55
commit
38a64c356b
@ -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))]
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user