0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00

🔥 Remove unused prn.

This commit is contained in:
Andrey Antukh 2020-05-04 12:36:56 +02:00
parent af43eca399
commit 0a79372305

View file

@ -90,7 +90,6 @@
(deftype Navigate [id params qparams replace]
ptk/EffectEvent
(effect [_ state stream]
(prn "Navigate" id params qparams replace)
(let [router (:router state)
history (:history state)
path (resolve router id params qparams)]