mirror of
https://github.com/penpot/penpot.git
synced 2026-05-01 06:08:09 +00:00
🐛 Remove unnecesary console.log
This commit is contained in:
parent
06f6a49bce
commit
0a6e884584
@ -220,10 +220,7 @@
|
||||
(rx/of nil nil)
|
||||
(rx/create
|
||||
(fn [subs]
|
||||
(let [key (e/listen history "navigate"
|
||||
(fn [o]
|
||||
(.log js/console ">" o)
|
||||
(rx/push! subs (.-token ^js o))))]
|
||||
(let [key (e/listen history "navigate" (fn [o] (rx/push! subs (.-token ^js o))))]
|
||||
(fn []
|
||||
(bhistory/disable! history)
|
||||
(e/unlistenByKey key))))))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user