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:
parent
af43eca399
commit
0a79372305
1 changed files with 0 additions and 1 deletions
|
@ -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)]
|
||||
|
|
Loading…
Reference in a new issue