Comment out method and response logging

This commit is contained in:
Vitaliy Vlasov 2018-02-23 17:13:18 +02:00 committed by Tetiana Churikova
parent 0be2b5a184
commit 2245ddf124

View File

@ -101,8 +101,6 @@
options {:headers {"content-type" "application/json"}
:body body}
response @(post (eth-rpc-url) options)
_ (log/info "eth-rpc method:" method)
_ (log/info "eth-rpc response:" response)
result (json/read-str (:body response) :key-fn keyword)]
(log/debug body "\n" result)