0
Fork 0
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:
Andrey Antukh 2016-03-31 21:48:40 +03:00
parent 41aa1eb8f5
commit cd61c65d55

View file

@ -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)