mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-14 18:54:52 +00:00
remove logging of command's parameters
This commit is contained in:
parent
5dd2f899ad
commit
18ca23accc
@ -89,7 +89,7 @@
|
||||
{:dispatch [:request-permissions
|
||||
[:read-external-storage]
|
||||
#(re-frame/dispatch [:initialize-geth])]}
|
||||
(log/debug "ignoring command: " command))))
|
||||
(log/debug "ignoring command: " command-name))))
|
||||
|
||||
(handlers/register-handler-fx
|
||||
:request-command-preview
|
||||
|
@ -39,7 +39,7 @@
|
||||
:chat-id const/console-chat-id
|
||||
:from const/console-chat-id
|
||||
:to "me"}]))
|
||||
(log/debug "ignoring command: " command))))))
|
||||
(log/debug "ignoring command: " name))))))
|
||||
|
||||
(defn faucet-base-url->url [url]
|
||||
(str url "/donate/0x%s"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user