Skip to content

Commit

Permalink
Merge pull request #521 from ethereum/payloadConsole
Browse files Browse the repository at this point in the history
payload method console removed
  • Loading branch information
yann300 committed Oct 27, 2020
2 parents 134e13a + e9d203a commit 8037740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/remix-simulator/src/provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 8037740

Please sign in to comment.