0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 16:30:37 -05:00

Remove println on shapes data events.

This commit is contained in:
Andrey Antukh 2017-02-26 21:15:07 +01:00
parent 8e8f230504
commit 4a804ae467
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -115,7 +115,6 @@
udp/IPageUpdate
ptk/UpdateEvent
(update [_ state]
(println "DeleteShape$update" id)
(let [shape (get-in state [:shapes id])]
(impl/dissoc-shape state shape))))