mirror of
https://github.com/penpot/penpot.git
synced 2025-07-21 15:57:24 +02: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/reify ::open-thread
|
||||||
ptk/UpdateEvent
|
ptk/UpdateEvent
|
||||||
(update [_ state]
|
(update [_ state]
|
||||||
(prn "open-thread" id)
|
|
||||||
(-> state
|
(-> state
|
||||||
(update :comments-local assoc :open id)
|
(update :comments-local assoc :open id)
|
||||||
(update :workspace-drawing dissoc :comment)))))
|
(update :workspace-drawing dissoc :comment)))))
|
||||||
|
@ -247,7 +246,6 @@
|
||||||
(ptk/reify ::close-thread
|
(ptk/reify ::close-thread
|
||||||
ptk/UpdateEvent
|
ptk/UpdateEvent
|
||||||
(update [_ state]
|
(update [_ state]
|
||||||
(prn "close-thread")
|
|
||||||
(-> state
|
(-> state
|
||||||
(update :comments-local dissoc :open :draft)
|
(update :comments-local dissoc :open :draft)
|
||||||
(update :workspace-drawing dissoc :comment)))))
|
(update :workspace-drawing dissoc :comment)))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue