mirror of
https://github.com/penpot/penpot.git
synced 2025-02-11 01:28:30 -05:00
Remove some printlns.
This commit is contained in:
parent
657d64eec3
commit
6325f8cc86
1 changed files with 0 additions and 2 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Reference in a new issue