mirror of
https://github.com/status-im/status-react.git
synced 2025-02-10 18:06:52 +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)
|
||||
^js event-js (.-event data)
|
||||
type (.-type data)]
|
||||
(log/info "Signal received" {:type type})
|
||||
(log/info "Signal received" {:payload event-str})
|
||||
(log/debug "Signal received" {:type type})
|
||||
(log/trace "Signal received" {:payload event-str})
|
||||
(case type
|
||||
"wallet"
|
||||
{:fx [[:dispatch [:wallet/signal-received event-js]]]}
|
||||
|
Loading…
x
Reference in New Issue
Block a user