mirror of
https://github.com/penpot/penpot.git
synced 2025-05-22 01:16:11 +02:00
✨ Remove unused stacktrace from commit-chages event.
This commit is contained in:
parent
27e64ccaa8
commit
2abe3fde71
2 changed files with 2 additions and 5 deletions
|
@ -120,16 +120,13 @@
|
|||
(log/debug :msg "commit-changes"
|
||||
:js/redo-changes redo-changes
|
||||
:js/undo-changes undo-changes)
|
||||
(let [error (volatile! nil)
|
||||
strace (.-stack (ex-info "" {}))]
|
||||
|
||||
(let [error (volatile! nil)]
|
||||
(ptk/reify ::commit-changes
|
||||
cljs.core/IDeref
|
||||
(-deref [_]
|
||||
{:file-id file-id
|
||||
:hint-events @st/last-events
|
||||
:hint-origin (ptk/type origin)
|
||||
:hint-strace strace
|
||||
:changes redo-changes})
|
||||
|
||||
ptk/UpdateEvent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue