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:
parent
657d64eec3
commit
6325f8cc86
1 changed files with 0 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue