mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 22:53:02 +00:00
More code cleaning from debug messages.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user