remove logging of command's parameters

This commit is contained in:
Roman Volosovskyi 2017-10-29 17:12:53 +01:00
parent 5dd2f899ad
commit 18ca23accc
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"))