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