0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-05 22:09:06 -05:00

Remove some printlns.

This commit is contained in:
Andrey Antukh 2016-01-03 18:25:21 +02:00
parent 657d64eec3
commit 6325f8cc86

View file

@ -64,7 +64,6 @@
(reify
rs/UpdateEvent
(-apply-update [_ state]
(println "select-for-drawing" shape)
(if shape
(assoc-in state [:workspace :drawing] shape)
(update-in state [:workspace] dissoc :drawing)))
@ -111,7 +110,6 @@
(reify
rs/UpdateEvent
(-apply-update [_ state]
(println "select-shapes" selrect)
(let [pid (get-in state [:workspace :page])
shapes (->> (vals (:shapes-by-id state))
(filter #(= (:page %) pid))