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:
parent
cd61c65d55
commit
38a64c356b
2 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue