Unverified Commit 80377406 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #521 from ethereum/payloadConsole

payload method console removed
parents 134e13ab e9d203a3
......@@ -41,7 +41,7 @@ class Provider {
}
sendAsync (payload, callback) {
log.info('payload method is ', payload.method)
// log.info('payload method is ', payload.method) // commented because, this floods the IDE console
const method = this.methods[payload.method]
if (this.options.logDetails) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment