0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-11 09:38:56 -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 (reify
rs/UpdateEvent rs/UpdateEvent
(-apply-update [_ state] (-apply-update [_ state]
(println "select-for-drawing" shape)
(if shape (if shape
(assoc-in state [:workspace :drawing] shape) (assoc-in state [:workspace :drawing] shape)
(update-in state [:workspace] dissoc :drawing))) (update-in state [:workspace] dissoc :drawing)))
@ -111,7 +110,6 @@
(reify (reify
rs/UpdateEvent rs/UpdateEvent
(-apply-update [_ state] (-apply-update [_ state]
(println "select-shapes" selrect)
(let [pid (get-in state [:workspace :page]) (let [pid (get-in state [:workspace :page])
shapes (->> (vals (:shapes-by-id state)) shapes (->> (vals (:shapes-by-id state))
(filter #(= (:page %) pid)) (filter #(= (:page %) pid))