0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -05:00

Disable complete log

This commit is contained in:
Florian Schroedl 2024-07-04 09:29:16 +02:00
parent b12e59a8d7
commit 3793e98660

View file

@ -36,7 +36,7 @@
(fn [cause]
(js/console.log "[error]:" cause))
(fn [_]
(js/console.log "[complete]"))))
#_(js/console.log "[complete]"))))
(doall (for [event events]
(ptk/emit! store event)))
(ptk/emit! store :the/end))))