mirror of
https://github.com/penpot/penpot.git
synced 2025-03-06 04:41:57 -05:00
🐛 Remove unnecesary console.log
This commit is contained in:
parent
06f6a49bce
commit
0a6e884584
1 changed files with 1 additions and 4 deletions
|
@ -220,10 +220,7 @@
|
||||||
(rx/of nil nil)
|
(rx/of nil nil)
|
||||||
(rx/create
|
(rx/create
|
||||||
(fn [subs]
|
(fn [subs]
|
||||||
(let [key (e/listen history "navigate"
|
(let [key (e/listen history "navigate" (fn [o] (rx/push! subs (.-token ^js o))))]
|
||||||
(fn [o]
|
|
||||||
(.log js/console ">" o)
|
|
||||||
(rx/push! subs (.-token ^js o))))]
|
|
||||||
(fn []
|
(fn []
|
||||||
(bhistory/disable! history)
|
(bhistory/disable! history)
|
||||||
(e/unlistenByKey key))))))
|
(e/unlistenByKey key))))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue