mirror of
https://github.com/penpot/penpot.git
synced 2025-06-13 23:31:39 +02: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]
|
(deftype Navigate [id params qparams replace]
|
||||||
ptk/EffectEvent
|
ptk/EffectEvent
|
||||||
(effect [_ state stream]
|
(effect [_ state stream]
|
||||||
(prn "Navigate" id params qparams replace)
|
|
||||||
(let [router (:router state)
|
(let [router (:router state)
|
||||||
history (:history state)
|
history (:history state)
|
||||||
path (resolve router id params qparams)]
|
path (resolve router id params qparams)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue