mirror of
https://github.com/penpot/penpot.git
synced 2025-03-15 17:21:17 -05:00
Remove debug messages.
This commit is contained in:
parent
41aa1eb8f5
commit
cd61c65d55
1 changed files with 0 additions and 2 deletions
|
@ -102,7 +102,6 @@
|
|||
(defrecord SyncPage [id]
|
||||
rs/WatchEvent
|
||||
(-apply-watch [this state s]
|
||||
(println "SyncPage")
|
||||
(letfn [(on-success [{page :payload}]
|
||||
(->PageSynced page))
|
||||
(on-failure [e]
|
||||
|
@ -122,7 +121,6 @@
|
|||
(defrecord UpdatePage [id]
|
||||
rs/WatchEvent
|
||||
(-apply-watch [this state s]
|
||||
(println "UpdatePage")
|
||||
(let [page (get-in state [:pages-by-id id])]
|
||||
(if (:history page)
|
||||
(rx/empty)
|
||||
|
|
Loading…
Add table
Reference in a new issue