mirror of
https://github.com/status-im/status-react.git
synced 2025-01-23 17:29:08 +00:00
Revert "REMOVE ME - add logs"
This reverts commit a6688fb866fc2f8badc2470b3b4a02e56f4c2c16.
This commit is contained in:
parent
2f246a29cf
commit
5af5975ccd
@ -31,8 +31,8 @@
|
|||||||
(let [^js data (.parse js/JSON event-str)
|
(let [^js data (.parse js/JSON event-str)
|
||||||
^js event-js (.-event data)
|
^js event-js (.-event data)
|
||||||
type (.-type data)]
|
type (.-type data)]
|
||||||
(log/info "Signal received" {:type type})
|
(log/debug "Signal received" {:type type})
|
||||||
(log/info "Signal received" {:payload event-str})
|
(log/trace "Signal received" {:payload event-str})
|
||||||
(case type
|
(case type
|
||||||
"wallet"
|
"wallet"
|
||||||
{:fx [[:dispatch [:wallet/signal-received event-js]]]}
|
{:fx [[:dispatch [:wallet/signal-received event-js]]]}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user