mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-22 07:20:11 +00:00
Comment out superfluous logging
This commit is contained in:
parent
375b47e8e8
commit
66b9bd6bb3
@ -82,10 +82,10 @@
|
||||
response @(post (eth-rpc-url) options)
|
||||
result (safe-read-str (:body response))]
|
||||
(when internal-tx-id
|
||||
(log/infof "%s: eth-rpc %s" tx-id-str method))
|
||||
(log/debugf "%s: eth-rpc %s" tx-id-str method))
|
||||
(log/debugf "%s: eth-rpc req(%s) body: %s" tx-id-str request-id body)
|
||||
(if tx-id-str
|
||||
(log/infof "%s: eth-rpc req(%s) result: %s" tx-id-str request-id result)
|
||||
(log/debugf "%s: eth-rpc req(%s) result: %s" tx-id-str request-id result)
|
||||
(log/debugf "no-tx-id: eth-rpc req(%s) result: %s" request-id result))
|
||||
(cond
|
||||
;; Ignore any responses that have mismatching request ID
|
||||
|
Loading…
x
Reference in New Issue
Block a user