From 18ca23accc531976e8fe4fb93fafdfc0348f8ef9 Mon Sep 17 00:00:00 2001 From: Roman Volosovskyi Date: Sun, 29 Oct 2017 17:12:53 +0100 Subject: [PATCH] remove logging of command's parameters --- src/status_im/chat/events/commands.cljs | 2 +- src/status_im/chat/events/console.cljs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/status_im/chat/events/commands.cljs b/src/status_im/chat/events/commands.cljs index a227864dd7..322c166e2c 100644 --- a/src/status_im/chat/events/commands.cljs +++ b/src/status_im/chat/events/commands.cljs @@ -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 diff --git a/src/status_im/chat/events/console.cljs b/src/status_im/chat/events/console.cljs index c34665b9eb..aeb41371bb 100644 --- a/src/status_im/chat/events/console.cljs +++ b/src/status_im/chat/events/console.cljs @@ -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"))