mirror of
https://github.com/penpot/penpot.git
synced 2026-09-09 05:28:43 +00:00
Remove debug messages.
This commit is contained in:
parent
41aa1eb8f5
commit
cd61c65d55
@ -102,7 +102,6 @@
|
|||||||
(defrecord SyncPage [id]
|
(defrecord SyncPage [id]
|
||||||
rs/WatchEvent
|
rs/WatchEvent
|
||||||
(-apply-watch [this state s]
|
(-apply-watch [this state s]
|
||||||
(println "SyncPage")
|
|
||||||
(letfn [(on-success [{page :payload}]
|
(letfn [(on-success [{page :payload}]
|
||||||
(->PageSynced page))
|
(->PageSynced page))
|
||||||
(on-failure [e]
|
(on-failure [e]
|
||||||
@ -122,7 +121,6 @@
|
|||||||
(defrecord UpdatePage [id]
|
(defrecord UpdatePage [id]
|
||||||
rs/WatchEvent
|
rs/WatchEvent
|
||||||
(-apply-watch [this state s]
|
(-apply-watch [this state s]
|
||||||
(println "UpdatePage")
|
|
||||||
(let [page (get-in state [:pages-by-id id])]
|
(let [page (get-in state [:pages-by-id id])]
|
||||||
(if (:history page)
|
(if (:history page)
|
||||||
(rx/empty)
|
(rx/empty)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user