0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00

🔥 Remove prn traces.

This commit is contained in:
Andrey Antukh 2020-11-23 11:24:49 +01:00 committed by Alonso Torres
parent 0e43fb3f06
commit 17de1414ef

View file

@ -237,7 +237,6 @@
(ptk/reify ::open-thread
ptk/UpdateEvent
(update [_ state]
(prn "open-thread" id)
(-> state
(update :comments-local assoc :open id)
(update :workspace-drawing dissoc :comment)))))
@ -247,7 +246,6 @@
(ptk/reify ::close-thread
ptk/UpdateEvent
(update [_ state]
(prn "close-thread")
(-> state
(update :comments-local dissoc :open :draft)
(update :workspace-drawing dissoc :comment)))))